llvm-config: Add --build-system option
authorTom Stellard <thomas.stellard@amd.com>
Wed, 9 Sep 2015 16:39:30 +0000 (16:39 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 9 Sep 2015 16:39:30 +0000 (16:39 +0000)
commit800a5b06646060e4a5622a79153336728112ca3b
tree4f941f99bffe90c7e3eaeef79ce7b4c7306f8170
parent85ef3e393dc3293d0df99d7a896152a5cd2d8fab
llvm-config: Add --build-system option

Summary:
This can be used for distinguishing between cmake and autoconf builds.
Users may need this in order to handle inconsistencies between the
outputs of the two build systems.

Reviewers: echristo, chandlerc, beanz

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D11838

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247159 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-config/BuildVariables.inc.in
tools/llvm-config/CMakeLists.txt
tools/llvm-config/Makefile
tools/llvm-config/llvm-config.cpp