diff options
author | Anton Samokhvalov <pg83@yandex.ru> | 2022-02-10 16:45:15 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:15 +0300 |
commit | 72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch) | |
tree | da2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /contrib/libs/cxxsupp/builtins/ya.make | |
parent | 778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff) | |
download | ydb-72cb13b4aff9bc9cf22e49251bc8fd143f82538f.tar.gz |
Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/builtins/ya.make')
-rw-r--r-- | contrib/libs/cxxsupp/builtins/ya.make | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/libs/cxxsupp/builtins/ya.make b/contrib/libs/cxxsupp/builtins/ya.make index d2c319c927..bc4a815c9b 100644 --- a/contrib/libs/cxxsupp/builtins/ya.make +++ b/contrib/libs/cxxsupp/builtins/ya.make @@ -1,5 +1,5 @@ -LIBRARY() - +LIBRARY() + # Part of compiler-rt LLVM subproject # git repository: https://github.com/llvm/llvm-project.git @@ -28,7 +28,7 @@ OWNER( g:contrib g:cpp-contrib ) - + # Check MUSL before NO_PLATFORM() disables it. IF (MUSL) # We use C headers despite NO_PLATFORM, but we do not propagate @@ -43,14 +43,14 @@ IF (MUSL) ) ENDIF() -NO_UTIL() - -NO_RUNTIME() +NO_UTIL() -NO_PLATFORM() +NO_RUNTIME() -NO_COMPILER_WARNINGS() +NO_PLATFORM() +NO_COMPILER_WARNINGS() + IF (GCC OR CLANG) # Clang (maybe GCC too) LTO code generator leaves the builtin calls unresolved # even if they are available. After the code generation pass is done @@ -61,7 +61,7 @@ IF (GCC OR CLANG) # Just generate native code from the beginning. DISABLE(USE_LTO) ENDIF() - + SRCS( addtf3.c ashlti3.c @@ -109,7 +109,7 @@ SRCS( udivti3.c umodti3.c ) - + IF (OS_DARWIN OR OS_IOS) SRCS( os_version_check.c @@ -123,4 +123,4 @@ IF (ARCH_ARM) ) ENDIF() -END() +END() |