[win/asan] GetInstructionSize: Fix `83 E4 XX` to return 3. (#119644)
[llvm-project.git] / llvm / lib / ExecutionEngine / Interpreter / CMakeLists.txt
blob14522ba2a1bff9c0117396fd0edeaec0286fa72f
1 add_llvm_component_library(LLVMInterpreter
2   Execution.cpp
3   ExternalFunctions.cpp
4   Interpreter.cpp
6   DEPENDS
7   intrinsics_gen
9   LINK_COMPONENTS
10   CodeGen
11   Core
12   ExecutionEngine
13   Support
14   )
16 if( LLVM_ENABLE_FFI )
17   target_link_libraries( LLVMInterpreter PRIVATE FFI::ffi )
18 endif()