From 3e1045ec04a033c688aa40e961e26c38446f1139 Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Fri, 16 Apr 2021 17:20:13 -0400 Subject: [PATCH] [lld] Canonicalize HAVE_LIBXAR I think this should unbreak the build after D100650... --- lld/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lld/test/CMakeLists.txt b/lld/test/CMakeLists.txt index 6bf0435..8a7ca86 100644 --- a/lld/test/CMakeLists.txt +++ b/lld/test/CMakeLists.txt @@ -11,6 +11,7 @@ llvm_canonicalize_cmake_booleans( LLVM_ENABLE_ZLIB LLVM_ENABLE_LIBXML2 LLD_DEFAULT_LD_LLD_IS_MINGW + HAVE_LIBXAR ) configure_lit_site_cfg( -- 2.7.4