Skip to content

Commit

Permalink
Revert "[gn] port 2d4acb0 (LLVM_ENABLE_CURL)"
Browse files Browse the repository at this point in the history
This reverts commit 0558c7e to match
the revert of 2d4acb0 in  327bfc9
  • Loading branch information
rnk committed May 3, 2024
1 parent 385faf9 commit 48039b1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions llvm/utils/gn/secondary/lldb/test/BUILD.gn
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import("//llvm/triples.gni")

#import("//llvm/utils/gn/build/libs/xar/enable.gni")
import("//llvm/utils/gn/build/libs/curl/enable.gni")
import("//llvm/utils/gn/build/libs/xml/enable.gni")
import("//llvm/utils/gn/build/libs/zlib/enable.gni")
import("//llvm/utils/gn/build/write_cmake_config.gni")
Expand Down Expand Up @@ -92,12 +91,6 @@ write_lit_cfg("lit_api_site_cfg") {
} else {
extra_values += [ "SHLIBDIR=" + rebase_path("$root_out_dir/lib", dir) ]
}

if (llvm_enable_libcurl) {
extra_values += [ "LLVM_ENABLE_CURL=1" ]
} else {
extra_values += [ "LLVM_ENABLE_CURL=0" ] # Must be 0.
}
}

write_lit_cfg("lit_shell_site_cfg") {
Expand Down

0 comments on commit 48039b1

Please sign in to comment.