Skip to content

Commit f304b88

Browse files
authored
[bazel] Port #98403 (#99592)
1 parent 914a00a commit f304b88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/bazel/llvm-project-overlay/lldb/BUILD.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,9 @@ cc_library(
707707

708708
cc_library(
709709
name = "Headers",
710-
hdrs = glob(["include/lldb/lldb-*.h"]),
710+
hdrs = glob(["include/lldb/lldb-*.h"]) + [
711+
"include/lldb/Symbol/SaveCoreOptions.h",
712+
],
711713
strip_include_prefix = "include",
712714
)
713715

0 commit comments

Comments
 (0)