Skip to content

Commit e115604

Browse files
committed
Revert "[llvm] cmake config groundwork to have ZSTD in LLVM"
This reverts commit adf1ffe and f07caf2 which seem to break upstream https://lab.llvm.org/buildbot/#/builders/109/builds/42253.
1 parent cc5b772 commit e115604

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

compiler-rt/test/lit.common.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def get_path_from_clang(args, allow_failure):
217217

218218
if config.have_zlib == "1":
219219
config.available_features.add("zlib")
220-
220+
221221
if config.have_zstd == "1":
222222
config.available_features.add("zstd")
223223

llvm/lib/Support/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ if(LLVM_ENABLE_ZLIB)
2525
set(imported_libs ZLIB::ZLIB)
2626
endif()
2727

28-
if(LLVM_ENABLE_ZSTD)
29-
list(APPEND imported_libs zstd)
30-
endif()
31-
3228
if( MSVC OR MINGW )
3329
# libuuid required for FOLDERID_Profile usage in lib/Support/Windows/Path.inc.
3430
# advapi32 required for CryptAcquireContextW in lib/Support/Windows/Path.inc.

0 commit comments

Comments
 (0)