diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-09-28 17:35:20 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-09-28 17:35:20 +0000 |
| commit | 5808c7d828ea87889d8566dd1549f3214a1a09a4 (patch) | |
| tree | ca6ad3d264f317d1bd056e6b6f62de421ec09254 /llvm/docs/CMake.rst | |
| parent | 19ed6748ea2ff303040702cc6043b9a0c6ca9ce1 (diff) | |
| download | bcm5719-llvm-5808c7d828ea87889d8566dd1549f3214a1a09a4.tar.gz bcm5719-llvm-5808c7d828ea87889d8566dd1549f3214a1a09a4.zip | |
Removing dependency on third party library for Intel JIT event support.
Patch committed on behalf of Kirill Uhanov
llvm-svn: 164831
Diffstat (limited to 'llvm/docs/CMake.rst')
| -rw-r--r-- | llvm/docs/CMake.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index e1761c5b1d4..7f0420c4469 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -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 ======================== |

