From e4c8388e2bc283d5dd0b185317307f0d31782e56 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Sat, 19 Jul 2014 03:44:24 -0700 Subject: 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 --- .gitignore | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitignore') 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 -- cgit v1.1