OSDN Git Service

Make IntelJITEvents and OProfileJIT as optional libraries and add
authorPreston Gurd <preston.gurd@intel.com>
Mon, 7 May 2012 19:38:40 +0000 (19:38 +0000)
committerPreston Gurd <preston.gurd@intel.com>
Mon, 7 May 2012 19:38:40 +0000 (19:38 +0000)
commit754935418133ece1f51d1857a61d538797c34891
tree843fa67247a5cea76767ba4b2179c5833de50ea3
parente74ba3a46d1c86bb218e0d3ba5f28f986eb6e062
Make IntelJITEvents and OProfileJIT as optional libraries and add
optional library support to the llvm-build tool:
 - Add new command line parameter to llvm-build: “--enable-optional-libraries”
 - Add handing of new llvm-build library type “OptionalLibrary”
 - Update Cmake and automake build systems to pass correct flags to llvm-build
   based on configuration

Patch by Dan Malea!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156319 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
Makefile.config.in
Makefile.rules
lib/ExecutionEngine/IntelJITEvents/LLVMBuild.txt
lib/ExecutionEngine/OProfileJIT/LLVMBuild.txt
utils/llvm-build/llvmbuild/componentinfo.py
utils/llvm-build/llvmbuild/main.py