aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxxabi-parts
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /contrib/libs/cxxsupp/libcxxabi-parts
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/libs/cxxsupp/libcxxabi-parts')
-rw-r--r--contrib/libs/cxxsupp/libcxxabi-parts/ya.make52
1 files changed, 0 insertions, 52 deletions
diff --git a/contrib/libs/cxxsupp/libcxxabi-parts/ya.make b/contrib/libs/cxxsupp/libcxxabi-parts/ya.make
deleted file mode 100644
index c697080e4f..0000000000
--- a/contrib/libs/cxxsupp/libcxxabi-parts/ya.make
+++ /dev/null
@@ -1,52 +0,0 @@
-LIBRARY()
-
-WITHOUT_LICENSE_TEXTS()
-
-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()
-
-CFLAGS(-D_LIBCXXABI_BUILDING_LIBRARY)
-
-IF (EXPORT_CMAKE)
- # TODO(YMAKE-91) keep flags required for libc++ vendoring in a separate core.conf variable
- CXXFLAGS(GLOBAL -nostdinc++)
-ENDIF()
-
-SRCDIR(contrib/libs/cxxsupp/libcxxabi)
-
-SRCS(
- src/abort_message.cpp
- src/cxa_demangle.cpp
-)
-
-SRC_CPP_PIC(
- src/cxa_thread_atexit.cpp
- -fno-lto
-)
-
-END()