Skip to content

Commit

Permalink
[bazel] Port llvm#98403 (llvm#99592)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored and sgundapa committed Jul 23, 2024
1 parent 0612987 commit 708d009
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/bazel/llvm-project-overlay/lldb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,9 @@ cc_library(

cc_library(
name = "Headers",
hdrs = glob(["include/lldb/lldb-*.h"]),
hdrs = glob(["include/lldb/lldb-*.h"]) + [
"include/lldb/Symbol/SaveCoreOptions.h",
],
strip_include_prefix = "include",
)

Expand Down

0 comments on commit 708d009

Please sign in to comment.