diff options
author | Stephen Hines <srhines@google.com> | 2014-07-19 03:44:24 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2014-07-21 00:46:55 -0700 |
commit | e4c8388e2bc283d5dd0b185317307f0d31782e56 (patch) | |
tree | 2d2db5ebcf79d429d4a7a5584edf71ae3a57659f /.gitignore | |
parent | c6a4f5e819217e1e12c458aed8e7b122e23a3a58 (diff) | |
download | external_llvm-e4c8388e2bc283d5dd0b185317307f0d31782e56.zip external_llvm-e4c8388e2bc283d5dd0b185317307f0d31782e56.tar.gz external_llvm-e4c8388e2bc283d5dd0b185317307f0d31782e56.tar.bz2 |
Fix build rules for BuildVariables.inc in llvm-config.
Our previous rules didn't actually construct this file in the appropriate
location. It instead was creating it inside of the source tree. We now
use a custom build rule to create the proper file and include it from an
intermediate build object directory.
Change-Id: I571387a647e95e2053fc2520bcb8151cbaec422e
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -49,6 +49,3 @@ tools/lld tools/polly # Sphinx build tree, if building in-source dir. docs/_build - -# Ignore the generated BuildVariables.inc. -tools/llvm-config/BuildVariables.inc |