Fixing cmake build for MCJIT unit tests

llvm-svn: 180150
This commit is contained in:
Andrew Kaylor 2013-04-23 21:46:56 +00:00
parent dbbe36b2ce
commit 41c9f1150c
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS
set(MCJITTestsSources
MCJITTest.cpp
MCJITMemoryManagerTest.cpp
MCJITObjectCacheTest.cpp
)
if(MSVC)