Mercurial > hg > Members > tobaru > cbc > CbC_llvm
diff lib/ExecutionEngine/Interpreter/CMakeLists.txt @ 95:afa8332a0e37
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 54457678186b |
children | 1172e4bd9c6f |
line wrap: on
line diff
--- a/lib/ExecutionEngine/Interpreter/CMakeLists.txt Wed Feb 18 14:56:07 2015 +0900 +++ b/lib/ExecutionEngine/Interpreter/CMakeLists.txt Tue Oct 13 17:48:58 2015 +0900 @@ -13,7 +13,7 @@ ) if( LLVM_ENABLE_FFI ) - target_link_libraries( LLVMInterpreter ${cmake_2_8_12_PRIVATE} ${FFI_LIBRARY_PATH} ) + target_link_libraries( LLVMInterpreter PRIVATE ${FFI_LIBRARY_PATH} ) endif() add_dependencies(LLVMInterpreter intrinsics_gen)