diff options
author | Preston Gurd <preston.gurd@intel.com> | 2012-05-07 19:38:40 +0000 |
---|---|---|
committer | Preston Gurd <preston.gurd@intel.com> | 2012-05-07 19:38:40 +0000 |
commit | 754935418133ece1f51d1857a61d538797c34891 (patch) | |
tree | 843fa67247a5cea76767ba4b2179c5833de50ea3 /Makefile.rules | |
parent | e74ba3a46d1c86bb218e0d3ba5f28f986eb6e062 (diff) |
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
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules index 13dbbddf9c..8d0013ffd1 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -100,6 +100,7 @@ $(LLVMBuildMakeFrag): $(PROJ_SRC_ROOT)/Makefile.rules \ $(Verb) $(LLVMBuildTool) \ --native-target "$(TARGET_NATIVE_ARCH)" \ --enable-targets "$(TARGETS_TO_BUILD)" \ + --enable-optional-components "$(OPTIONAL_COMPONENTS)" \ --write-library-table $(LLVMConfigLibraryDependenciesInc) \ --write-make-fragment $(LLVMBuildMakeFrag) |