Skip to content
Snippets Groups Projects
Commit f04cedd8 authored by Michal Gorny's avatar Michal Gorny
Browse files

[test] Add HAVE_LIBZ to canonicalized booleans

Canonicalize HAVE_LIBZ as well to fix buildbot failures.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293053 91177308-0d34-0410-b5e6-96231b3b80d8
parent c59c9c76
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,8 @@ llvm_canonicalize_cmake_booleans( ...@@ -22,7 +22,8 @@ llvm_canonicalize_cmake_booleans(
CLANG_BUILD_EXAMPLES CLANG_BUILD_EXAMPLES
CLANG_ENABLE_ARCMT CLANG_ENABLE_ARCMT
CLANG_ENABLE_STATIC_ANALYZER CLANG_ENABLE_STATIC_ANALYZER
ENABLE_BACKTRACES) ENABLE_BACKTRACES
HAVE_LIBZ)
configure_lit_site_cfg( configure_lit_site_cfg(
${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.in ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment