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
/
CAPI
/
IR
/
CMakeLists.txt
blob
36f28520d67573cd012e0a50640639145412bd98
1
# Main API shared library.
2
add_mlir_upstream_c_api_library(MLIRCAPIIR
3
AffineExpr.cpp
4
AffineMap.cpp
5
BuiltinAttributes.cpp
6
BuiltinTypes.cpp
7
Diagnostics.cpp
8
DialectHandle.cpp
9
IntegerSet.cpp
10
IR.cpp
11
Pass.cpp
12
Support.cpp
13
14
LINK_LIBS PUBLIC
15
MLIRBytecodeWriter
16
MLIRIR
17
MLIRParser
18
MLIRSupport
19
MLIRPass
20
)