diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-05-15 22:06:08 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-05-15 22:06:08 +0000 |
commit | 02b87df98afb03136a1f5076c042696c98524947 (patch) | |
tree | dd6b1cb579d7aea00b3997034abb9d4a1ce69fec /Makefile.config.in | |
parent | 1f3405800a99939005fd5d27b712e08ecceb5975 (diff) |
Merge in 156319 156837 156838.release_31
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_31@156863 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 33fbb2ad4c..2ffdacbe90 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -351,3 +351,10 @@ INTEL_JITEVENTS_LIBDIR := @INTEL_JITEVENTS_LIBDIR@ # Flags to control building support for OProfile JIT API USE_OPROFILE := @USE_OPROFILE@ + +ifeq ($(USE_INTEL_JITEVENTS), 1) + OPTIONAL_COMPONENTS += IntelJITEvents +endif +ifeq ($(USE_OPROFILE), 1) + OPTIONAL_COMPONENTS += OProfileJIT +endif |