aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/llvm/llvm.autogenerated.BUILD
diff options
context:
space:
mode:
authorGravatar gracehoney <31743510+aaroey@users.noreply.github.com>2018-08-09 11:44:07 -0700
committerGravatar gracehoney <31743510+aaroey@users.noreply.github.com>2018-08-09 11:44:07 -0700
commit728422d1eee62374b3221676a1826660473897bc (patch)
tree161115f7ba7d544d86bd491da9a18ae2c4556c17 /third_party/llvm/llvm.autogenerated.BUILD
parent1d4a8296b26150f7eabf5bbb981b9b2438a9fb2a (diff)
parentfd9fc4b4b69f7fce60497bbaf5cbd958f12ead8d (diff)
Fix conflicts with upstream/master
Diffstat (limited to 'third_party/llvm/llvm.autogenerated.BUILD')
-rw-r--r--third_party/llvm/llvm.autogenerated.BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/llvm/llvm.autogenerated.BUILD b/third_party/llvm/llvm.autogenerated.BUILD
index c3b9ec4c25..0ac27e26a4 100644
--- a/third_party/llvm/llvm.autogenerated.BUILD
+++ b/third_party/llvm/llvm.autogenerated.BUILD
@@ -1942,7 +1942,7 @@ cc_library(
"include/llvm/BinaryFormat/COFF.h",
"include/llvm/BinaryFormat/MachO.h",
"lib/Support/*.h",
- ] + llvm_support_platform_specific_srcs_glob),
+ ]) + llvm_support_platform_specific_srcs_glob(),
hdrs = glob([
"include/llvm/Support/*.h",
"include/llvm/Support/*.def",