summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2012-09-28 17:35:20 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2012-09-28 17:35:20 +0000
commit5808c7d828ea87889d8566dd1549f3214a1a09a4 (patch)
treeca6ad3d264f317d1bd056e6b6f62de421ec09254 /llvm/tools
parent19ed6748ea2ff303040702cc6043b9a0c6ca9ce1 (diff)
downloadbcm5719-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/tools')
-rw-r--r--llvm/tools/lli/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/lli/CMakeLists.txt b/llvm/tools/lli/CMakeLists.txt
index 68cb9210281..a9c7adf9784 100644
--- a/llvm/tools/lli/CMakeLists.txt
+++ b/llvm/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 )
OpenPOWER on IntegriCloud