Skip to content

Commit 343ed3f

Browse files
committed
[lldb][Bazel]: Adapt BUILD.bazel file for a751f65
1 parent d2bfc2b commit 343ed3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,10 @@ cc_library(
721721
cc_library(
722722
name = "Utility",
723723
srcs = glob(["source/Utility/**/*.cpp"]),
724-
hdrs = glob(["include/lldb/Utility/**/*.h"]),
724+
hdrs = glob(
725+
["include/lldb/Utility/**/*.h"],
726+
["source/Utility/*.h"],
727+
),
725728
strip_include_prefix = "include",
726729
deps = [
727730
":Headers",

0 commit comments

Comments
 (0)