Skip to content

Commit 7f7f4a6

Browse files
committed
[bazel] Adjust llvm:DebugInfo after D149501 (BTF.h)
1 parent fb10b01 commit 7f7f4a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@ cc_library(
394394

395395
cc_library(
396396
name = "DebugInfo",
397-
hdrs = glob(["include/llvm/DebugInfo/*.h"]),
397+
hdrs = glob(["include/llvm/DebugInfo/**/*.h"]),
398+
textual_hdrs = glob(["include/llvm/DebugInfo/**/*.def"]),
398399
copts = llvm_copts,
399400
deps = [
400401
":Object",

0 commit comments

Comments
 (0)