aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-07-19 03:44:24 -0700
committerStephen Hines <srhines@google.com>2014-07-21 00:46:55 -0700
commite4c8388e2bc283d5dd0b185317307f0d31782e56 (patch)
tree2d2db5ebcf79d429d4a7a5584edf71ae3a57659f /.gitignore
parentc6a4f5e819217e1e12c458aed8e7b122e23a3a58 (diff)
downloadexternal_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--.gitignore3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index b59a311..eeebe0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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