Removing dependency on third party library for Intel JIT event support.

Patch committed on behalf of Kirill Uhanov

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164831 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Kaylor
2012-09-28 17:35:20 +00:00
parent 07b4d5592a
commit 770b97b995
15 changed files with 1285 additions and 376 deletions

View File

@@ -273,11 +273,6 @@ LLVM-specific variables
**LLVM_USE_INTEL_JITEVENTS**:BOOL
Enable building support for Intel JIT Events API. Defaults to OFF
**LLVM_INTEL_JITEVENTS_DIR**:PATH
Path to installation of Intel(R) VTune(TM) Amplifier XE 2011, used to locate
the ``jitprofiling`` library. Default = ``%VTUNE_AMPLIFIER_XE_2011_DIR%``
(Windows) | ``/opt/intel/vtune_amplifier_xe_2011`` (Linux)
Executing the test suite
========================