aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxxabi-parts
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:12 +0300
commit49116032d905455a7b1c994e4a696afc885c1e71 (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/cxxsupp/libcxxabi-parts
parent4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff)
downloadydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/libcxxabi-parts')
-rw-r--r--contrib/libs/cxxsupp/libcxxabi-parts/ya.make72
1 files changed, 36 insertions, 36 deletions
diff --git a/contrib/libs/cxxsupp/libcxxabi-parts/ya.make b/contrib/libs/cxxsupp/libcxxabi-parts/ya.make
index 32bfe24060..9965f3bcf0 100644
--- a/contrib/libs/cxxsupp/libcxxabi-parts/ya.make
+++ b/contrib/libs/cxxsupp/libcxxabi-parts/ya.make
@@ -1,47 +1,47 @@
-LIBRARY()
-
+LIBRARY()
+
WITHOUT_LICENSE_TEXTS()
-OWNER(
- g:cpp-committee
- g:cpp-contrib
- heretic
-)
-
+OWNER(
+ g:cpp-committee
+ g:cpp-contrib
+ heretic
+)
+
LICENSE(
Apache-2.0
WITH
LLVM-exception
)
-
-VERSION(2021-08-17)
-
-ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/archive/f0fcd42495432670664a661e75e7cae7e904dd3e.tar.gz)
-
-ADDINCL(
- contrib/libs/cxxsupp/libcxxabi/include
- contrib/libs/cxxsupp/libcxx/include
- contrib/libs/cxxsupp/libcxx
-)
-
-NO_COMPILER_WARNINGS()
-
-NO_RUNTIME()
-
-NO_UTIL()
-
+
+VERSION(2021-08-17)
+
+ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/archive/f0fcd42495432670664a661e75e7cae7e904dd3e.tar.gz)
+
+ADDINCL(
+ contrib/libs/cxxsupp/libcxxabi/include
+ contrib/libs/cxxsupp/libcxx/include
+ contrib/libs/cxxsupp/libcxx
+)
+
+NO_COMPILER_WARNINGS()
+
+NO_RUNTIME()
+
+NO_UTIL()
+
CFLAGS(-D_LIBCXXABI_BUILDING_LIBRARY)
-
+
SRCDIR(contrib/libs/cxxsupp/libcxxabi)
-
-SRCS(
- src/abort_message.cpp
- src/cxa_demangle.cpp
-)
-
-SRC_CPP_PIC(
+
+SRCS(
+ src/abort_message.cpp
+ src/cxa_demangle.cpp
+)
+
+SRC_CPP_PIC(
src/cxa_thread_atexit.cpp
-fno-lto
-)
-
-END()
+)
+
+END()