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
[win/asan] GetInstructionSize: Make `83 EC XX` a generic entry. (#119537)
[llvm-project.git]
/
mlir
/
test
/
lib
/
Dialect
/
ControlFlow
/
CMakeLists.txt
blob
39d9555c7405e35ba0c0a0d702e5822473915ed0
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRControlFlowTestPasses
3
TestAssert.cpp
4
5
EXCLUDE_FROM_LIBMLIR
6
7
LINK_LIBS PUBLIC
8
MLIRControlFlowToLLVM
9
MLIRFuncDialect
10
MLIRLLVMCommonConversion
11
MLIRLLVMDialect
12
MLIRPass
13
MLIRTransforms
14
)