We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c28a7c commit 7f16393Copy full SHA for 7f16393
mlir/lib/Support/CMakeLists.txt
@@ -12,6 +12,7 @@ set(LLVM_OPTIONAL_SOURCES
12
add_mlir_library(MLIRSupport
13
DebugCounter.cpp
14
FileUtilities.cpp
15
+ IndentedOstream.cpp
16
InterfaceSupport.cpp
17
StorageUniquer.cpp
18
Timing.cpp
mlir/lib/Transforms/CMakeLists.txt
@@ -39,7 +39,7 @@ add_mlir_library(MLIRTransforms
39
MLIRMemRef
40
MLIRSCF
41
MLIRPass
42
- MLIRSupportIndentedOstream
+ MLIRSupport
43
MLIRTransformUtils
44
MLIRVector
45
)
0 commit comments