Make cmake build the new ObjectFileJIT.

llvm-svn: 204683
This commit is contained in:
Greg Clayton 2014-03-24 23:11:37 +00:00
parent 23f8c95a44
commit 8541258b4e
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
add_subdirectory(ELF)
add_subdirectory(Mach-O)
add_subdirectory(PECOFF)
add_subdirectory(JIT)