Skip to content

Commit

Permalink
[bazel] Port llvm#98344
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Jul 10, 2024
1 parent 8c1bd67 commit e67a959
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 e67a959

Please sign in to comment.