aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/llvm
diff options
context:
space:
mode:
authorGravatar Benjamin Kramer <kramerb@google.com>2018-04-03 07:28:40 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-03 07:30:59 -0700
commitb036452ca347b7ab809711f71041d0457b0062d0 (patch)
tree50e9d3eb62b995b9019d98b71353a54f6e640168 /third_party/llvm
parentc3821d7f4f72dd6f03942b776a2887c44e12710b (diff)
[TF:XLA] Bump open source llvm revision to r329057
DataTypes.h is no longer a generated header. X86DisassemblerDecoderCommon.h is now part of :support. PiperOrigin-RevId: 191438031
Diffstat (limited to 'third_party/llvm')
-rw-r--r--third_party/llvm/llvm.BUILD12
1 files changed, 1 insertions, 11 deletions
diff --git a/third_party/llvm/llvm.BUILD b/third_party/llvm/llvm.BUILD
index 28293a3659..075b46896e 100644
--- a/third_party/llvm/llvm.BUILD
+++ b/third_party/llvm/llvm.BUILD
@@ -163,13 +163,6 @@ all_cmake_vars = select({
# Performs CMake variable substitutions on configuration header files.
expand_cmake_vars(
- name = "datatypes_gen",
- src = "include/llvm/Support/DataTypes.h.cmake",
- cmake_vars = all_cmake_vars,
- dst = "include/llvm/Support/DataTypes.h",
-)
-
-expand_cmake_vars(
name = "config_gen",
src = "include/llvm/Config/config.h.cmake",
cmake_vars = all_cmake_vars,
@@ -305,9 +298,7 @@ cc_binary(
srcs = glob([
"utils/TableGen/*.cpp",
"utils/TableGen/*.h",
- ]) + [
- "lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h",
- ],
+ ]),
linkopts = [
"-lm",
"-ldl",
@@ -2014,7 +2005,6 @@ cc_library(
"include/llvm/Support/WasmRelocs/*.def",
]) + [
"include/llvm/BinaryFormat/MachO.def",
- "include/llvm/Support/DataTypes.h",
"include/llvm/Support/VCSRevision.h",
"include/llvm/ExecutionEngine/ObjectMemoryBuffer.h",
],