Skip to content

Commit 48039b1

Browse files
committed
Revert "[gn] port 2d4acb0 (LLVM_ENABLE_CURL)"
This reverts commit 0558c7e to match the revert of 2d4acb0 in 327bfc9
1 parent 385faf9 commit 48039b1

File tree

1 file changed

+0
-7
lines changed
  • llvm/utils/gn/secondary/lldb/test

1 file changed

+0
-7
lines changed

llvm/utils/gn/secondary/lldb/test/BUILD.gn

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import("//llvm/triples.gni")
22

33
#import("//llvm/utils/gn/build/libs/xar/enable.gni")
4-
import("//llvm/utils/gn/build/libs/curl/enable.gni")
54
import("//llvm/utils/gn/build/libs/xml/enable.gni")
65
import("//llvm/utils/gn/build/libs/zlib/enable.gni")
76
import("//llvm/utils/gn/build/write_cmake_config.gni")
@@ -92,12 +91,6 @@ write_lit_cfg("lit_api_site_cfg") {
9291
} else {
9392
extra_values += [ "SHLIBDIR=" + rebase_path("$root_out_dir/lib", dir) ]
9493
}
95-
96-
if (llvm_enable_libcurl) {
97-
extra_values += [ "LLVM_ENABLE_CURL=1" ]
98-
} else {
99-
extra_values += [ "LLVM_ENABLE_CURL=0" ] # Must be 0.
100-
}
10194
}
10295

10396
write_lit_cfg("lit_shell_site_cfg") {

0 commit comments

Comments
 (0)