|
@ -38,7 +38,7 @@ include_directories(${LLVM_INCLUDE_DIRS}) |
|
|
add_definitions(${LLVM_DEFINITIONS}) |
|
|
add_definitions(${LLVM_DEFINITIONS}) |
|
|
|
|
|
|
|
|
llvm_map_components_to_libnames(llvm_libs support core irreader) |
|
|
llvm_map_components_to_libnames(llvm_libs support core irreader) |
|
|
target_link_libraries(etc ${llvm_libs}) |
|
|
target_link_libraries(evmcc ${llvm_libs}) |
|
|
|
|
|
|
|
|
# end of LLVM specific commands |
|
|
# end of LLVM specific commands |
|
|
|
|
|
|
|
|