aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/llvm12
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-24 11:43:00 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-24 11:43:00 +0300
commit42f6e0ffddb92ca389ac4bcd01acb0caa905c6df (patch)
tree6686ff11d0f47de24bfd487d00002ea3fb732490 /contrib/libs/llvm12
parentae944dbe1a985556fe224f49a2b1ea85147a07fe (diff)
downloadydb-42f6e0ffddb92ca389ac4bcd01acb0caa905c6df.tar.gz
intermediate changes
ref:fb678b285db60965c2b65db96852ae4cfb5879d6
Diffstat (limited to 'contrib/libs/llvm12')
-rw-r--r--contrib/libs/llvm12/lib/Support/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libs/llvm12/lib/Support/CMakeLists.txt b/contrib/libs/llvm12/lib/Support/CMakeLists.txt
index 7f33557b1f..d45fe3341b 100644
--- a/contrib/libs/llvm12/lib/Support/CMakeLists.txt
+++ b/contrib/libs/llvm12/lib/Support/CMakeLists.txt
@@ -1,3 +1,5 @@
+find_package(ZLIB)
+
add_library(llvm12-lib-Support)
target_include_directories(llvm12-lib-Support PRIVATE
${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support
@@ -6,6 +8,7 @@ target_link_libraries(llvm12-lib-Support PUBLIC
contrib-libs-cxxsupp
contrib-libs-llvm12
llvm12-lib-Demangle
+ ZLIB::ZLIB
)
target_sources(llvm12-lib-Support PRIVATE
${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/AArch64TargetParser.cpp