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
[rtsan] Remove mkfifoat interceptor (#116997)
[llvm-project.git]
/
mlir
/
lib
/
Conversion
/
ArithToEmitC
/
CMakeLists.txt
blob
730a4b341673d998d80965cfcbbbe134214ca37b
1
add_mlir_conversion_library(MLIRArithToEmitC
2
ArithToEmitC.cpp
3
ArithToEmitCPass.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/ArithToEmitC
7
8
DEPENDS
9
MLIRConversionPassIncGen
10
11
LINK_LIBS PUBLIC
12
MLIRArithDialect
13
MLIREmitCDialect
14
MLIREmitCTransforms
15
MLIRPass
16
MLIRTransformUtils
17
)