We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153c6db commit 18991f4Copy full SHA for 18991f4
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -780,7 +780,10 @@ gentbl_cc_library(
780
tbl_outs = {"include/llvm/IR/RuntimeLibcalls.inc": ["-gen-runtime-libcalls"]},
781
tblgen = ":llvm-min-tblgen",
782
td_file = "include/llvm/IR/RuntimeLibcalls.td",
783
- deps = [":IRTdFiles"],
+ deps = [
784
+ ":IRTdFiles",
785
+ ":TableGenTdFiles",
786
+ ],
787
)
788
789
gentbl_cc_library(
@@ -1344,6 +1347,12 @@ td_library(
1344
1347
includes = ["include"],
1345
1348
1346
1349
1350
+td_library(
1351
+ name = "TableGenTdFiles",
1352
+ srcs = glob(["include/llvm/TableGen/*.td"]),
1353
+ includes = ["include"],
1354
+)
1355
+
1356
td_library(
1357
name = "CommonTargetTdFiles",
1358
srcs = [":common_target_td_sources"],
0 commit comments