aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/llvm/llvm.autogenerated.BUILD
Commit message (Collapse)AuthorAge
* Fix LLVM remote builds.Gravatar A. Unique TensorFlower2018-09-06
| | | | | | | | | | Currently the build files for LLVM are not correctly listing all headers that are needed for compilation via dependencies, and bazel does not currently support include scanning. Until either of this changes, glob all files that are potentially included in the "config" target that everything depends on. PiperOrigin-RevId: 211842334
* For llvm_support_platform_specific_srcs_glob use a select-of-globGravatar Sanjoy Das2018-07-30
| | | | | | | instead of glob-of-select. This was suggested in https://github.com/tensorflow/tensorflow/commit/add96c8632df9596a73bf637d6b7015e9c7beaad#r29707275 PiperOrigin-RevId: 206657397
* [XLA:AMDGPU] Enable the AMDGPU backend for open source buildsGravatar Benjamin Kramer2018-07-14
| | | | | | Merge pull request #20749 PiperOrigin-RevId: 204581011
* Few more supporting changes for #18293Gravatar Sanjoy Das2018-07-09
| | | | | | | | | | - Remove LLVM_DEFINES from all targets but :config to avoid running into Windows command line length limitations. - Add LLVM_COPTS to cc_binary rules. - Extract out a list of platform specific headers to a LLVM_SUPPORT_PLATFORM_SPECIFIC_SRCS_GLOB variable. PiperOrigin-RevId: 203806527
* [TF:XLA] Bump open source llvm revision to r336189Gravatar Sanjoy Das2018-07-03
| | | | PiperOrigin-RevId: 203171217
* [TF:XLA] Bump open source llvm revision to r335708Gravatar Sanjoy Das2018-06-27
| | | | PiperOrigin-RevId: 202399218
* Move some logic from llvm.autogenerated.BUILD to llvm.bzlGravatar Sanjoy Das2018-06-27
| | | | | | | | | This lets external contributors add or remove compiler flags without having access to the generator script (which isn't open source). E.g. see #18293 PiperOrigin-RevId: 202322000
* [TF:XLA] Bump open source llvm revision to r335230Gravatar Sanjoy Das2018-06-22
| | | | PiperOrigin-RevId: 201714113
* Rename llvm.BUILD to llvm.autogenerated.BUILDGravatar Sanjoy Das2018-06-19
In practice folks tend to miss the "# This BUILD file is auto-generated; do not edit!" admonition. PiperOrigin-RevId: 201248010