diff options
author | reshilkin <reshilkin@yandex-team.com> | 2023-07-28 11:35:05 +0300 |
---|---|---|
committer | reshilkin <reshilkin@yandex-team.com> | 2023-07-28 11:35:05 +0300 |
commit | f573bf9c678a6748ab2b5e6eb4374986af7fae84 (patch) | |
tree | adf037f1782022aa98cf79c7fafd548701aa028d /contrib/libs/cxxsupp | |
parent | ac5a92a5be69823c09694a2f35d7df6b50503adf (diff) | |
download | ydb-f573bf9c678a6748ab2b5e6eb4374986af7fae84.tar.gz |
remove NO_SANITIZE_HEADERS macros
Diffstat (limited to 'contrib/libs/cxxsupp')
-rw-r--r-- | contrib/libs/cxxsupp/builtins/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/libcxxabi-parts/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/libcxxrt/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/ya.make | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/contrib/libs/cxxsupp/builtins/ya.make b/contrib/libs/cxxsupp/builtins/ya.make index 85ba69953e..0438575a03 100644 --- a/contrib/libs/cxxsupp/builtins/ya.make +++ b/contrib/libs/cxxsupp/builtins/ya.make @@ -44,8 +44,6 @@ NO_PLATFORM() NO_COMPILER_WARNINGS() -NO_SANITIZE_HEADERS() - 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 diff --git a/contrib/libs/cxxsupp/libcxx/ya.make b/contrib/libs/cxxsupp/libcxx/ya.make index 74502cedc4..319c00b05c 100644 --- a/contrib/libs/cxxsupp/libcxx/ya.make +++ b/contrib/libs/cxxsupp/libcxx/ya.make @@ -19,8 +19,6 @@ ADDINCL( contrib/libs/cxxsupp/libcxx/src ) -NO_SANITIZE_HEADERS() - CXXFLAGS(-D_LIBCPP_BUILDING_LIBRARY) IF (OS_ANDROID) diff --git a/contrib/libs/cxxsupp/libcxxabi-parts/ya.make b/contrib/libs/cxxsupp/libcxxabi-parts/ya.make index cd56d65395..f0928bbce5 100644 --- a/contrib/libs/cxxsupp/libcxxabi-parts/ya.make +++ b/contrib/libs/cxxsupp/libcxxabi-parts/ya.make @@ -20,8 +20,6 @@ ADDINCL( NO_COMPILER_WARNINGS() -NO_SANITIZE_HEADERS() - NO_RUNTIME() NO_UTIL() diff --git a/contrib/libs/cxxsupp/libcxxrt/ya.make b/contrib/libs/cxxsupp/libcxxrt/ya.make index 6e091b8ec9..66955cff48 100644 --- a/contrib/libs/cxxsupp/libcxxrt/ya.make +++ b/contrib/libs/cxxsupp/libcxxrt/ya.make @@ -33,8 +33,6 @@ ELSE() ) ENDIF() -NO_SANITIZE_HEADERS() - IF (SANITIZER_TYPE == undefined OR FUZZING) NO_SANITIZE() NO_SANITIZE_COVERAGE() diff --git a/contrib/libs/cxxsupp/ya.make b/contrib/libs/cxxsupp/ya.make index 6cc84b7141..8b0ea36c13 100644 --- a/contrib/libs/cxxsupp/ya.make +++ b/contrib/libs/cxxsupp/ya.make @@ -5,8 +5,6 @@ WITHOUT_LICENSE_TEXTS() # Proxy library LICENSE(Not-Applicable) -NO_SANITIZE_HEADERS() - NO_PLATFORM() IF (NOT USE_STL_SYSTEM) |