Skip to content

Commit 7f16393

Browse files
[mlir] Fix CMake linker rules for ViewOpGraph.cpp
Differential Revision: https://reviews.llvm.org/D107439
1 parent 0c28a7c commit 7f16393

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mlir/lib/Support/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ set(LLVM_OPTIONAL_SOURCES
1212
add_mlir_library(MLIRSupport
1313
DebugCounter.cpp
1414
FileUtilities.cpp
15+
IndentedOstream.cpp
1516
InterfaceSupport.cpp
1617
StorageUniquer.cpp
1718
Timing.cpp

mlir/lib/Transforms/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ add_mlir_library(MLIRTransforms
3939
MLIRMemRef
4040
MLIRSCF
4141
MLIRPass
42-
MLIRSupportIndentedOstream
42+
MLIRSupport
4343
MLIRTransformUtils
4444
MLIRVector
4545
)

0 commit comments

Comments
 (0)