diff options
author | somov <somov@yandex-team.ru> | 2022-02-10 16:45:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:49 +0300 |
commit | 7489e4682331202b9c7d863c0898eb83d7b12c2b (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /build/platform/lld | |
parent | a5950576e397b1909261050b8c7da16db58f10b1 (diff) | |
download | ydb-7489e4682331202b9c7d863c0898eb83d7b12c2b.tar.gz |
Restoring authorship annotation for <somov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/platform/lld')
-rw-r--r-- | build/platform/lld/ya.make | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/platform/lld/ya.make b/build/platform/lld/ya.make index 4d7b41c957..c046e89098 100644 --- a/build/platform/lld/ya.make +++ b/build/platform/lld/ya.make @@ -1,9 +1,9 @@ RESOURCES_LIBRARY() - + LICENSE(Service-Prebuilt-Tool) -OWNER(somov) - +OWNER(somov) + IF (USE_LTO OR USE_THINLTO) IF (CLANG7 OR CLANG8) # Use LLD 8 for old Clang because its IR code fails LLD 11 validation. @@ -58,5 +58,5 @@ ELSE() LDFLAGS("-fuse-ld=$LLD_ROOT_RESOURCE_GLOBAL/ld" "-Wl,--no-rosegment") ENDIF() - -END() + +END() |