diff options
| author | thegeorg <[email protected]> | 2024-09-19 20:46:10 +0300 |
|---|---|---|
| committer | thegeorg <[email protected]> | 2024-09-19 21:03:11 +0300 |
| commit | b8cea938013d5d7020552e782791765fa8657cca (patch) | |
| tree | 8b7d4e71c96bcf148c010e7e6de69f59484dd3bf | |
| parent | 7f1172f2cc68ca4d05a0c35ee9f601d41d4a026e (diff) | |
Drop lld14 support and validation
commit_hash:b9ba8df54dab0acd9b0521ab6a6a9de7ff471075
| -rw-r--r-- | build/platform/lld/lld14.json | 17 | ||||
| -rw-r--r-- | build/platform/lld/ya.make | 8 |
2 files changed, 2 insertions, 23 deletions
diff --git a/build/platform/lld/lld14.json b/build/platform/lld/lld14.json deleted file mode 100644 index d5638f45811..00000000000 --- a/build/platform/lld/lld14.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "by_platform": { - "darwin-arm64": { - "uri": "sbr:6683655545" - }, - "darwin-x86_64": { - "uri": "sbr:6683694178" - }, - "linux-aarch64": { - "uri": "sbr:6683720769" - }, - "linux-x86_64": { - "uri": "sbr:6683733162" - } - } -} - diff --git a/build/platform/lld/ya.make b/build/platform/lld/ya.make index 7ea02fc2ec2..74eaf0d7ecc 100644 --- a/build/platform/lld/ya.make +++ b/build/platform/lld/ya.make @@ -5,12 +5,8 @@ DEFAULT(LLD_VERSION ${CLANG_VER}) TOOLCHAIN(lld) VERSION(${LLD_VERSION}) -IF (LLD_VERSION == 14) - DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(LLD_ROOT lld14.json) -ELSE() - # fallback on latest version - DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(LLD_ROOT lld16.json) -ENDIF() +# lld16 is the only supported version at the time +DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(LLD_ROOT lld16.json) IF (OS_ANDROID) # Use LLD shipped with Android NDK. |
