Skip to content

Commit 06188d9

Browse files
authored
[bazel] Port #94081 (#94805)
1 parent d1b5a4b commit 06188d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ td_library(
165165
)
166166

167167
llvm_config_target_defines = [
168-
"LLVM_HAS_{}_TARGET=1".format(t) for t in llvm_targets
168+
"LLVM_HAS_{}_TARGET=1".format(t)
169+
for t in llvm_targets
169170
]
170171

171172
cc_library(
@@ -1479,6 +1480,7 @@ cc_library(
14791480
deps = [
14801481
":Analysis",
14811482
":Core",
1483+
":Scalar",
14821484
":Support",
14831485
":Target",
14841486
":TransformUtils",

0 commit comments

Comments
 (0)