diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-01-28 19:52:37 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-01-28 19:52:37 +0000 |
| commit | 6d8776a514ed7cbc7f3d72dba729bddbdb9c9034 (patch) | |
| tree | e9a66930b43a925a4d155818d0b4e0aa2b314352 /llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt | |
| parent | 44338e00f841a49abd6f25f9b2cfd2050fa3d449 (diff) | |
| download | bcm5719-llvm-6d8776a514ed7cbc7f3d72dba729bddbdb9c9034.tar.gz bcm5719-llvm-6d8776a514ed7cbc7f3d72dba729bddbdb9c9034.zip | |
Add support for source and line information to IntelJITEventListener for object emitted by MCJIT.
llvm-svn: 173712
Diffstat (limited to 'llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt')
| -rw-r--r-- | llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt b/llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt index 11cf784e1e5..3d33e4cb835 100644 --- a/llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt +++ b/llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt @@ -19,7 +19,9 @@ if( LLVM_USE_INTEL_JITEVENTS ) ) set(LLVM_LINK_COMPONENTS ${LLVM_LINK_COMPONENTS} + DebugInfo IntelJITEvents + Object ) endif( LLVM_USE_INTEL_JITEVENTS ) |

