Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Chan <leonardchan@google.com>2022-07-08 23:46:44 +0300
committerLeonard Chan <leonardchan@google.com>2022-07-08 23:46:44 +0300
commite115604a590a78aa7738e8b7fe15cd12de51b787 (patch)
tree3eb7b82b1eb0460919192ee316ddb31435bbfabb /llvm/lib/Support
parentcc5b77273af3705b6f5cf574567b49d5158bb3a9 (diff)
Revert "[llvm] cmake config groundwork to have ZSTD in LLVM"
This reverts commit adf1ffe95854a245cbc48bbaea55f60b003d5f76 and f07caf20b9d35e45501c9d5d903fa182b3bdb95a which seem to break upstream https://lab.llvm.org/buildbot/#/builders/109/builds/42253.
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt
index 52b95c5377d3..e1045e459d70 100644
--- a/llvm/lib/Support/CMakeLists.txt
+++ b/llvm/lib/Support/CMakeLists.txt
@@ -25,10 +25,6 @@ if(LLVM_ENABLE_ZLIB)
set(imported_libs ZLIB::ZLIB)
endif()
-if(LLVM_ENABLE_ZSTD)
- list(APPEND imported_libs zstd)
-endif()
-
if( MSVC OR MINGW )
# libuuid required for FOLDERID_Profile usage in lib/Support/Windows/Path.inc.
# advapi32 required for CryptAcquireContextW in lib/Support/Windows/Path.inc.