OSDN Git Service

Fix build rules for BuildVariables.inc in llvm-config.
authorStephen Hines <srhines@google.com>
Sat, 19 Jul 2014 10:44:24 +0000 (03:44 -0700)
committerStephen Hines <srhines@google.com>
Mon, 21 Jul 2014 07:46:55 +0000 (00:46 -0700)
commite4c8388e2bc283d5dd0b185317307f0d31782e56
tree2d2db5ebcf79d429d4a7a5584edf71ae3a57659f
parentc6a4f5e819217e1e12c458aed8e7b122e23a3a58
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
tools/llvm-config/Android.mk