repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git]
/
llvm
/
lib
/
ExecutionEngine
/
Interpreter
/
CMakeLists.txt
blob
14522ba2a1bff9c0117396fd0edeaec0286fa72f
1
add_llvm_component_library(LLVMInterpreter
2
Execution.cpp
3
ExternalFunctions.cpp
4
Interpreter.cpp
5
6
DEPENDS
7
intrinsics_gen
8
9
LINK_COMPONENTS
10
CodeGen
11
Core
12
ExecutionEngine
13
Support
14
)
15
16
if( LLVM_ENABLE_FFI )
17
target_link_libraries( LLVMInterpreter PRIVATE FFI::ffi )
18
endif()