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
Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git]
/
mlir
/
test
/
lib
/
Interfaces
/
LoopLikeInterface
/
CMakeLists.txt
blob
f20219e00cb8654bc0b26b4627c554cf2f470f07
1
add_mlir_library(MLIRLoopLikeInterfaceTestPasses
2
TestBlockInLoop.cpp
3
4
EXCLUDE_FROM_LIBMLIR
5
6
LINK_LIBS PUBLIC
7
MLIRPass
8
MLIRLoopLikeInterface
9
MLIRFuncDialect
10
)