[bazel] Update lldb/BUILD.bazel for c5e5d5b (#186911)

This commit is contained in:
James Y Knight
2026-03-16 19:29:00 -04:00
committed by GitHub
parent e2def10675
commit 1c4e03cf78

View File

@@ -139,6 +139,9 @@ expand_template(
# TODO: treesitter support
"#cmakedefine01 LLDB_ENABLE_TREESITTER": "#define LLDB_ENABLE_TREESITTER 0",
# Would cause tests to run with MTE.
"#cmakedefine01 LLDB_ENABLE_MTE": "#define LLDB_ENABLE_MTE 0",
# Defaults that could be configurable if needed
"#cmakedefine01 LLDB_ENABLE_POSIX": "#define LLDB_ENABLE_POSIX 1",
"#cmakedefine01 LLDB_ENABLE_PROTOCOL_SERVERS": "#define LLDB_ENABLE_PROTOCOL_SERVERS 1",