Skip to content

Commit 1bfcf89

Browse files
committed
[bazel] port a874406
1 parent d37554b commit 1bfcf89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ gentbl(
357357
)
358358

359359
gentbl(
360-
name="basic_builtins_x86_gen",
360+
name = "basic_builtins_x86_gen",
361361
tbl_outs = [(
362362
"-gen-clang-builtins",
363363
"include/clang/Basic/BuiltinsX86.inc",
@@ -1962,6 +1962,7 @@ cc_library(
19621962
"//llvm:Support",
19631963
"//llvm:Target",
19641964
"//llvm:TargetParser",
1965+
"//llvm:TransformUtils",
19651966
"//llvm:config",
19661967
],
19671968
)

0 commit comments

Comments
 (0)