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
[Workflow] Roll back some settings since they caused more issues
[llvm-project.git]
/
mlir
/
lib
/
Dialect
/
DLTI
/
CMakeLists.txt
blob
f74f5f80130908cc9eea7058079da5750f5100ae
1
add_mlir_dialect_library(MLIRDLTIDialect
2
DLTI.cpp
3
Traits.cpp
4
5
DEPENDS
6
MLIRDLTIIncGen
7
8
LINK_LIBS PUBLIC
9
MLIRIR
10
MLIRDataLayoutInterfaces
11
)