File tree 1 file changed +23
-9
lines changed
clang/lib/CIR/Dialect/Transforms
1 file changed +23
-9
lines changed Original file line number Diff line number Diff line change 1
- add_clang_library(
2
- MLIRCIRTransforms LifetimeCheck.cpp LoweringPrepare
3
- .cpp LoweringPrepareItaniumCXXABI.cpp LoweringPrepareArm64CXXABI
4
- .cpp MergeCleanups.cpp DropAST.cpp IdiomRecognizer.cpp LibOpt
5
- .cpp StdHelpers.cpp FlattenCFG.cpp
1
+ add_clang_library(MLIRCIRTransforms
2
+ LifetimeCheck.cpp
3
+ LoweringPrepare.cpp
4
+ LoweringPrepareItaniumCXXABI.cpp
5
+ LoweringPrepareArm64CXXABI.cpp
6
+ MergeCleanups.cpp
7
+ DropAST.cpp
8
+ IdiomRecognizer.cpp
9
+ LibOpt.cpp
10
+ StdHelpers.cpp
11
+ FlattenCFG.cpp
6
12
7
- DEPENDS MLIRCIRPassIncGen
13
+ DEPENDS
14
+ MLIRCIRPassIncGen
8
15
9
- LINK_LIBS PUBLIC clangAST clangBasic
16
+ LINK_LIBS PUBLIC
17
+ clangAST
18
+ clangBasic
10
19
11
- MLIRAnalysis MLIRIR MLIRPass MLIRTransformUtils
20
+ MLIRAnalysis
21
+ MLIRIR
22
+ MLIRPass
23
+ MLIRTransformUtils
12
24
13
- MLIRCIR MLIRCIRInterfaces)
25
+ MLIRCIR
26
+ MLIRCIRInterfaces
27
+ )
You can’t perform that action at this time.
0 commit comments