aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/llvm')
-rw-r--r--third_party/llvm/llvm.BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/llvm/llvm.BUILD b/third_party/llvm/llvm.BUILD
index cbb1b2fe42..35a1ce36e4 100644
--- a/third_party/llvm/llvm.BUILD
+++ b/third_party/llvm/llvm.BUILD
@@ -264,7 +264,7 @@ genrule(
# Rules that apply the LLVM tblgen tool.
gentbl(
name = "intrinsics_gen",
- tbl_outs = [("-gen-intrinsic", "include/llvm/IR/Intrinsics.gen")],
+ tbl_outs = [("-gen-intrinsic", "include/llvm/IR/Intrinsics.inc")],
tblgen = ":llvm-tblgen",
td_file = "include/llvm/IR/Intrinsics.td",
td_srcs = glob([
@@ -275,7 +275,7 @@ gentbl(
gentbl(
name = "attributes_gen",
- tbl_outs = [("-gen-attrs", "include/llvm/IR/Attributes.gen")],
+ tbl_outs = [("-gen-attrs", "include/llvm/IR/Attributes.inc")],
tblgen = ":llvm-tblgen",
td_file = "include/llvm/IR/Attributes.td",
td_srcs = ["include/llvm/IR/Attributes.td"],