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 | 770b97b995aace9177a80510b7fd3cdab21dde0e (patch) | |
tree | d1f738785a95766340fb273563b5d1822c3fc5e8 /tools | |
parent | 07b4d5592ac761e48bf712f0dd07281bb7f8ab52 (diff) | |
download | external_llvm-770b97b995aace9177a80510b7fd3cdab21dde0e.zip external_llvm-770b97b995aace9177a80510b7fd3cdab21dde0e.tar.gz external_llvm-770b97b995aace9177a80510b7fd3cdab21dde0e.tar.bz2 |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lli/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/lli/CMakeLists.txt b/tools/lli/CMakeLists.txt index 68cb921..a9c7adf 100644 --- a/tools/lli/CMakeLists.txt +++ b/tools/lli/CMakeLists.txt @@ -1,6 +1,4 @@ -link_directories( ${LLVM_INTEL_JITEVENTS_LIBDIR} ) - set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser selectiondag) if( LLVM_USE_OPROFILE ) |