We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb10b01 commit 7f7f4a6Copy full SHA for 7f7f4a6
1 file changed
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -394,7 +394,8 @@ cc_library(
394
395
cc_library(
396
name = "DebugInfo",
397
- hdrs = glob(["include/llvm/DebugInfo/*.h"]),
+ hdrs = glob(["include/llvm/DebugInfo/**/*.h"]),
398
+ textual_hdrs = glob(["include/llvm/DebugInfo/**/*.def"]),
399
copts = llvm_copts,
400
deps = [
401
":Object",
0 commit comments