diff options
author | Greg Clayton <gclayton@apple.com> | 2014-03-24 23:11:37 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2014-03-24 23:11:37 +0000 |
commit | 8541258b4e96a9571b3829afc789d5b317d1656f (patch) | |
tree | 291472a3e90aea47e9732f19c15a13f894241c5e /lldb/source/Plugins/ObjectFile | |
parent | 23f8c95a4439767cf9c7dc9d7a35eb55dc78b9d0 (diff) | |
download | bcm5719-llvm-8541258b4e96a9571b3829afc789d5b317d1656f.tar.gz bcm5719-llvm-8541258b4e96a9571b3829afc789d5b317d1656f.zip |
Make cmake build the new ObjectFileJIT.
llvm-svn: 204683
Diffstat (limited to 'lldb/source/Plugins/ObjectFile')
-rw-r--r-- | lldb/source/Plugins/ObjectFile/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ObjectFile/CMakeLists.txt b/lldb/source/Plugins/ObjectFile/CMakeLists.txt index f59a242eb49..06aa01c4f00 100644 --- a/lldb/source/Plugins/ObjectFile/CMakeLists.txt +++ b/lldb/source/Plugins/ObjectFile/CMakeLists.txt @@ -1,3 +1,4 @@ add_subdirectory(ELF) add_subdirectory(Mach-O) add_subdirectory(PECOFF) +add_subdirectory(JIT)
\ No newline at end of file |