aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform
diff options
context:
space:
mode:
authorpg <pg@yandex-team.com>2023-08-30 21:38:54 +0300
committerpg <pg@yandex-team.com>2023-08-30 22:06:45 +0300
commita93e9e300b436f24841a2218eddc16347cfbd964 (patch)
tree6e6cfb1d4badc480a3472e5265c98630a1643065 /build/platform
parent47fd0cb487ddd49ebc9610d5d5df0c3b31591894 (diff)
downloadydb-a93e9e300b436f24841a2218eddc16347cfbd964.tar.gz
Diffstat (limited to 'build/platform')
-rw-r--r--build/platform/lld/ya.make6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/platform/lld/ya.make b/build/platform/lld/ya.make
index 22612396192..1a3bfd74f38 100644
--- a/build/platform/lld/ya.make
+++ b/build/platform/lld/ya.make
@@ -2,7 +2,11 @@ RESOURCES_LIBRARY()
LICENSE(Service-Prebuilt-Tool)
-DEFAULT(LLD_VERSION 14)
+IF (CLANG16)
+ DEFAULT(LLD_VERSION 16)
+ELSE()
+ DEFAULT(LLD_VERSION 14)
+ENDIF()
IF (LLD_VERSION == 14)
DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(LLD_ROOT lld14.json)