diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-06 12:31:14 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-06 12:59:52 +0300 |
commit | 04a19cc6b675d2380241eaa4b6e584a07bbd4280 (patch) | |
tree | 072700370672dc35fc987c10419e5ab34f4ca7fd /contrib/libs/llvm12 | |
parent | 3a349a1a0cd42df29e4c2b2c950a8bd1d14345e3 (diff) | |
download | ydb-04a19cc6b675d2380241eaa4b6e584a07bbd4280.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/libs/llvm12')
4 files changed, 4 insertions, 8 deletions
diff --git a/contrib/libs/llvm12/lib/Support/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Support/CMakeLists.darwin-x86_64.txt index de60d8017d..d664d8fe2c 100644 --- a/contrib/libs/llvm12/lib/Support/CMakeLists.darwin-x86_64.txt +++ b/contrib/libs/llvm12/lib/Support/CMakeLists.darwin-x86_64.txt @@ -6,7 +6,6 @@ # original buildsystem will not be accepted. -find_package(ZLIB REQUIRED) add_library(llvm12-lib-Support) target_compile_options(llvm12-lib-Support PRIVATE @@ -19,7 +18,7 @@ target_link_libraries(llvm12-lib-Support PUBLIC contrib-libs-cxxsupp contrib-libs-llvm12 llvm12-lib-Demangle - ZLIB::ZLIB + contrib-libs-zlib cpp-sanitizer-include ) target_sources(llvm12-lib-Support PRIVATE diff --git a/contrib/libs/llvm12/lib/Support/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Support/CMakeLists.linux-aarch64.txt index 0f0db7b995..b3145c9d08 100644 --- a/contrib/libs/llvm12/lib/Support/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/llvm12/lib/Support/CMakeLists.linux-aarch64.txt @@ -6,7 +6,6 @@ # original buildsystem will not be accepted. -find_package(ZLIB REQUIRED) add_library(llvm12-lib-Support) target_compile_options(llvm12-lib-Support PRIVATE @@ -20,7 +19,7 @@ target_link_libraries(llvm12-lib-Support PUBLIC contrib-libs-cxxsupp contrib-libs-llvm12 llvm12-lib-Demangle - ZLIB::ZLIB + contrib-libs-zlib cpp-sanitizer-include ) target_sources(llvm12-lib-Support PRIVATE diff --git a/contrib/libs/llvm12/lib/Support/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Support/CMakeLists.linux-x86_64.txt index 0f0db7b995..b3145c9d08 100644 --- a/contrib/libs/llvm12/lib/Support/CMakeLists.linux-x86_64.txt +++ b/contrib/libs/llvm12/lib/Support/CMakeLists.linux-x86_64.txt @@ -6,7 +6,6 @@ # original buildsystem will not be accepted. -find_package(ZLIB REQUIRED) add_library(llvm12-lib-Support) target_compile_options(llvm12-lib-Support PRIVATE @@ -20,7 +19,7 @@ target_link_libraries(llvm12-lib-Support PUBLIC contrib-libs-cxxsupp contrib-libs-llvm12 llvm12-lib-Demangle - ZLIB::ZLIB + contrib-libs-zlib cpp-sanitizer-include ) target_sources(llvm12-lib-Support PRIVATE diff --git a/contrib/libs/llvm12/lib/Support/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Support/CMakeLists.windows-x86_64.txt index de60d8017d..d664d8fe2c 100644 --- a/contrib/libs/llvm12/lib/Support/CMakeLists.windows-x86_64.txt +++ b/contrib/libs/llvm12/lib/Support/CMakeLists.windows-x86_64.txt @@ -6,7 +6,6 @@ # original buildsystem will not be accepted. -find_package(ZLIB REQUIRED) add_library(llvm12-lib-Support) target_compile_options(llvm12-lib-Support PRIVATE @@ -19,7 +18,7 @@ target_link_libraries(llvm12-lib-Support PUBLIC contrib-libs-cxxsupp contrib-libs-llvm12 llvm12-lib-Demangle - ZLIB::ZLIB + contrib-libs-zlib cpp-sanitizer-include ) target_sources(llvm12-lib-Support PRIVATE |