Skip to content

Commit e4a23f9

Browse files
committed
[CIR-link] move link interface implementation into dialect to prevent circular dependency
1 parent 0266ce5 commit e4a23f9

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

clang/lib/CIR/Dialect/IR/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ add_clang_library(MLIRCIR
66
CIRMemorySlot.cpp
77
CIRTypes.cpp
88
FPEnv.cpp
9+
CIRLinkerInterface.cpp
910

1011
DEPENDS
1112
MLIRBuiltinLocationAttributesIncGen

clang/lib/CIR/Interfaces/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
add_clang_library(MLIRCIRInterfaces
22
ASTAttrInterfaces.cpp
33
CIROpInterfaces.cpp
4-
CIRLinkerInterface.cpp
54
CIRLoopOpInterface.cpp
65
CIRFPTypeInterface.cpp
76

0 commit comments

Comments
 (0)