We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b3de6 commit 603edb9Copy full SHA for 603edb9
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -487,7 +487,10 @@ cc_library(
487
"lib/DebugInfo/Symbolize/*.cpp",
488
"lib/DebugInfo/Symbolize/*.h",
489
]),
490
- hdrs = glob(["include/llvm/DebugInfo/Symbolize/*.h", "include/llvm/Debuginfod/*.h"]),
+ hdrs = glob([
491
+ "include/llvm/DebugInfo/Symbolize/*.h",
492
+ "include/llvm/Debuginfod/*.h",
493
+ ]),
494
copts = llvm_copts,
495
deps = [
496
":BinaryFormat",
@@ -2343,6 +2346,7 @@ cc_library(
2343
2346
":Support",
2344
2347
":Target",
2345
2348
":TransformUtils",
2349
+ ":WindowsDriver",
2350
":config",
2351
],
2352
)
0 commit comments