aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/llvm
diff options
context:
space:
mode:
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",
],