From 4f693319008a3c287042b72d96523d3403b5a0ca Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Fri, 27 Apr 2018 05:31:38 -0700 Subject: [TF:XLA] Bump open source llvm revision to r330926 PiperOrigin-RevId: 194530610 --- third_party/llvm/llvm.BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/llvm') 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"], -- cgit v1.2.3