Skip to content

Commit 7b12208

Browse files
nikicflovent
authored andcommitted
[mlir] Add missing dependency
After llvm#126745, we should also depend on the Analysis component.
1 parent 87c9343 commit 7b12208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Target/LLVMIR/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ add_mlir_translation_library(MLIRTargetLLVMIRExport
2929
intrinsics_gen
3030

3131
LINK_COMPONENTS
32+
Analysis
3233
Core
3334
FrontendOpenMP
3435
TransformUtils

0 commit comments

Comments
 (0)