File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
llvm/utils/gn/secondary/llvm/include/llvm/Config Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -313,12 +313,6 @@ write_cmake_config("config") {
313
313
values += [ " LLVM_ENABLE_DIA_SDK=" ]
314
314
}
315
315
316
- if (llvm_enable_zlib ) {
317
- values += [ " LLVM_ENABLE_ZLIB=1" ]
318
- } else {
319
- values += [ " LLVM_ENABLE_ZLIB=" ]
320
- }
321
-
322
316
if (llvm_enable_libxml2 ) {
323
317
values += [ " LLVM_ENABLE_LIBXML2=1" ]
324
318
} else {
@@ -387,6 +381,12 @@ write_cmake_config("llvm-config") {
387
381
} else {
388
382
values += [ " LLVM_ENABLE_THREADS=" ]
389
383
}
384
+
385
+ if (llvm_enable_zlib ) {
386
+ values += [ " LLVM_ENABLE_ZLIB=1" ]
387
+ } else {
388
+ values += [ " LLVM_ENABLE_ZLIB=" ]
389
+ }
390
390
}
391
391
392
392
# #############################################################################
You can’t perform that action at this time.
0 commit comments