Skip to content

Commit

Permalink
[bazel] Port llvm#98344 (llvm#98349)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored and aaryanshukla committed Jul 14, 2024
1 parent a1a19b9 commit 992b488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/bazel/llvm-project-overlay/lldb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ expand_template(
# TODO: lua support
"#cmakedefine01 LLDB_ENABLE_LUA": "#define LLDB_ENABLE_LUA 0",

# TODO: curl support
"#cmakedefine01 LLVM_ENABLE_CURL": "#define LLVM_ENABLE_CURL 0",

# TODO: python support
"#cmakedefine01 LLDB_ENABLE_PYTHON": "#define LLDB_ENABLE_PYTHON 0",
# Only enabled by default on Windows
Expand Down

0 comments on commit 992b488

Please sign in to comment.