aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-10-14 12:43:05 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-10-14 12:58:59 +0300
commite1c5042493b7fec006703e98fd7244e4792f0560 (patch)
tree8e9e208d50dd6bdbfab6658423fd58c1d05b8721 /build/platform
parent86b5d1c9816da4926c2810c27f0b60948c249c21 (diff)
downloadydb-e1c5042493b7fec006703e98fd7244e4792f0560.tar.gz
build/platform/lld: Drop clang14 support for ld64.lld
And remove (first partion of) backward compatibility crutches. commit_hash:e62636633beeb40dad38a49ecc1bed33c120450e
Diffstat (limited to 'build/platform')
-rw-r--r--build/platform/lld/ya.make16
1 files changed, 4 insertions, 12 deletions
diff --git a/build/platform/lld/ya.make b/build/platform/lld/ya.make
index b3459211f2..3b8902f650 100644
--- a/build/platform/lld/ya.make
+++ b/build/platform/lld/ya.make
@@ -44,18 +44,10 @@ ELSEIF (OS_LINUX)
-Wl,--build-id=sha1
)
ELSEIF (OS_DARWIN OR OS_IOS)
- IF (MAPSMOBI_BUILD_TARGET AND XCODE)
- LDFLAGS(
- -fuse-ld=${LLD_ROOT_RESOURCE_GLOBAL}/bin/ld64.lld
- )
- ELSE()
- LDFLAGS(
- -fuse-ld=lld
- --ld-path=${LLD_ROOT_RESOURCE_GLOBAL}/bin/ld64.lld
- # FIXME: Remove fake linker version flag when clang 16 version arrives
- -mlinker-version=705
- )
- ENDIF()
+ LDFLAGS(
+ -fuse-ld=lld
+ --ld-path=${LLD_ROOT_RESOURCE_GLOBAL}/bin/ld64.lld
+ )
ELSEIF (OS_EMSCRIPTEN)
LDFLAGS(
-fuse-ld=${LLD_ROOT_RESOURCE_GLOBAL}/bin/wasm-ld