brintos

brintos / llvm-project-archived public Read only

0
0
Text · 288 B · 14522ba Raw
19 lines · plain
1add_llvm_component_library(LLVMInterpreter2  Execution.cpp3  ExternalFunctions.cpp4  Interpreter.cpp5 6  DEPENDS7  intrinsics_gen8 9  LINK_COMPONENTS10  CodeGen11  Core12  ExecutionEngine13  Support14  )15 16if( LLVM_ENABLE_FFI )17  target_link_libraries( LLVMInterpreter PRIVATE FFI::ffi )18endif()19