aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxxabi-parts/ya.make
diff options
context:
space:
mode:
authorheretic <heretic@yandex-team.ru>2022-02-10 16:45:43 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:43 +0300
commit397cbe258b9e064f49c4ca575279f02f39fef76e (patch)
treea0b0eb3cca6a14e4e8ea715393637672fa651284 /contrib/libs/cxxsupp/libcxxabi-parts/ya.make
parent43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff)
downloadydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/libcxxabi-parts/ya.make')
-rw-r--r--contrib/libs/cxxsupp/libcxxabi-parts/ya.make22
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/libs/cxxsupp/libcxxabi-parts/ya.make b/contrib/libs/cxxsupp/libcxxabi-parts/ya.make
index 9965f3bcf0..868d22b02a 100644
--- a/contrib/libs/cxxsupp/libcxxabi-parts/ya.make
+++ b/contrib/libs/cxxsupp/libcxxabi-parts/ya.make
@@ -1,18 +1,18 @@
LIBRARY()
-WITHOUT_LICENSE_TEXTS()
-
+WITHOUT_LICENSE_TEXTS()
+
OWNER(
g:cpp-committee
g:cpp-contrib
heretic
)
-LICENSE(
- Apache-2.0
- WITH
- LLVM-exception
-)
+LICENSE(
+ Apache-2.0
+ WITH
+ LLVM-exception
+)
VERSION(2021-08-17)
@@ -30,9 +30,9 @@ NO_RUNTIME()
NO_UTIL()
-CFLAGS(-D_LIBCXXABI_BUILDING_LIBRARY)
+CFLAGS(-D_LIBCXXABI_BUILDING_LIBRARY)
-SRCDIR(contrib/libs/cxxsupp/libcxxabi)
+SRCDIR(contrib/libs/cxxsupp/libcxxabi)
SRCS(
src/abort_message.cpp
@@ -40,8 +40,8 @@ SRCS(
)
SRC_CPP_PIC(
- src/cxa_thread_atexit.cpp
- -fno-lto
+ src/cxa_thread_atexit.cpp
+ -fno-lto
)
END()