[llvm] 0bbaacc - [gn build] (manually) port 10b1b4a23 more

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 05:48:24 PDT 2020


Author: Nico Weber
Date: 2020-07-24T08:48:14-04:00
New Revision: 0bbaacc8cae0373d4500c4e3f6f128d21f9033b7

URL: https://github.com/llvm/llvm-project/commit/0bbaacc8cae0373d4500c4e3f6f128d21f9033b7
DIFF: https://github.com/llvm/llvm-project/commit/0bbaacc8cae0373d4500c4e3f6f128d21f9033b7.diff

LOG: [gn build] (manually) port 10b1b4a23 more

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
index 97007eecd1eb..5f8058699d72 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -86,8 +86,8 @@ write_cmake_config("lit_common_configured") {
   }
 
   if (llvm_enable_zlib) {
-    values += [ "HAVE_LIBZ=1" ]
+    values += [ "LLVM_ENABLE_ZLIB=1" ]
   } else {
-    values += [ "HAVE_LIBZ=0" ]
+    values += [ "LLVM_ENABLE_ZLIB=0" ]
   }
 }


        


More information about the llvm-commits mailing list