aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/llvm
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-09-19 11:29:18 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-19 11:33:07 -0700
commit52871a822986389110e7ef1a6b4554feddce5aff (patch)
tree1191580a95e0b974a410ff24d078384c26df6b88 /third_party/llvm
parent6e6f767d0db9404285dcb15cf155a3c954955af5 (diff)
Adding missing deps to targets in llvm.BUILD. This was only working in non-sandboxed builds.
PiperOrigin-RevId: 169271809
Diffstat (limited to 'third_party/llvm')
-rw-r--r--third_party/llvm/llvm.BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/llvm/llvm.BUILD b/third_party/llvm/llvm.BUILD
index 7492af4303..97b833e49d 100644
--- a/third_party/llvm/llvm.BUILD
+++ b/third_party/llvm/llvm.BUILD
@@ -909,6 +909,7 @@ cc_library(
"include/llvm/Target/ARM/InstPrinter/*.h",
"include/llvm/Target/ARM/InstPrinter/*.def",
"include/llvm/Target/ARM/InstPrinter/*.inc",
+ "lib/Target/ARM/*.h",
"lib/Target/ARM/InstPrinter/*.h",
]),
copts = ["-Iexternal/llvm/lib/Target/ARM"],
@@ -962,7 +963,7 @@ cc_library(
"lib/Target/ARM/MCTargetDesc/*.cpp",
"lib/Target/ARM/MCTargetDesc/*.inc",
"lib/Target/ARM/*.h",
- "include/llvm/CodeGen/GlobalISel/GISelAccessor.h",
+ "include/llvm/CodeGen/GlobalISel/*.h",
]),
hdrs = glob([
"include/llvm/Target/ARM/MCTargetDesc/*.h",
@@ -1220,6 +1221,7 @@ cc_library(
"include/llvm/IR/*.def",
"include/llvm/IR/*.inc",
"include/llvm/*.h",
+ "include/llvm/Analysis/*.def",
]),
deps = [
":attributes_compat_gen",
@@ -2035,6 +2037,7 @@ cc_library(
"include/llvm/Target/*.h",
"include/llvm/Target/*.def",
"include/llvm/Target/*.inc",
+ "include/llvm/CodeGen/*.def",
]),
deps = [
":analysis",