Skip to content

Commit 0b4941a

Browse files
authored
[mlir][xevm] Add missing static value utils dependency (#147051)
Fixes missing symbol linker error from #144811
1 parent af2bb8f commit 0b4941a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Dialect/LLVMIR/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ add_mlir_dialect_library(MLIRXeVMDialect
128128
Core
129129

130130
LINK_LIBS PUBLIC
131+
MLIRDialectUtils
131132
MLIRIR
132133
MLIRLLVMDialect
133134
MLIRSideEffectInterfaces

0 commit comments

Comments
 (0)