Skip to content

Commit 603edb9

Browse files
committed
[bazel] Add WindowsDriver as a dep of OrcJIT (llvmorg-16-init-1433-g7260cdd2e13a)
1 parent c5b3de6 commit 603edb9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,10 @@ cc_library(
487487
"lib/DebugInfo/Symbolize/*.cpp",
488488
"lib/DebugInfo/Symbolize/*.h",
489489
]),
490-
hdrs = glob(["include/llvm/DebugInfo/Symbolize/*.h", "include/llvm/Debuginfod/*.h"]),
490+
hdrs = glob([
491+
"include/llvm/DebugInfo/Symbolize/*.h",
492+
"include/llvm/Debuginfod/*.h",
493+
]),
491494
copts = llvm_copts,
492495
deps = [
493496
":BinaryFormat",
@@ -2343,6 +2346,7 @@ cc_library(
23432346
":Support",
23442347
":Target",
23452348
":TransformUtils",
2349+
":WindowsDriver",
23462350
":config",
23472351
],
23482352
)

0 commit comments

Comments
 (0)