Skip to content

Commit 6533f1f

Browse files
committed
shouldn't have clang-formatted CMake
1 parent 64558e0 commit 6533f1f

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
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
612

7-
DEPENDS MLIRCIRPassIncGen
13+
DEPENDS
14+
MLIRCIRPassIncGen
815

9-
LINK_LIBS PUBLIC clangAST clangBasic
16+
LINK_LIBS PUBLIC
17+
clangAST
18+
clangBasic
1019

11-
MLIRAnalysis MLIRIR MLIRPass MLIRTransformUtils
20+
MLIRAnalysis
21+
MLIRIR
22+
MLIRPass
23+
MLIRTransformUtils
1224

13-
MLIRCIR MLIRCIRInterfaces)
25+
MLIRCIR
26+
MLIRCIRInterfaces
27+
)

0 commit comments

Comments
 (0)