Skip to content

Commit e6cba0f

Browse files
committed
Update cmake to potentially address windows failure
1 parent 98360dc commit e6cba0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/unittests/TableGen/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ target_include_directories(MLIRTableGenTests
2626
)
2727

2828
target_link_libraries(MLIRTableGenTests
29-
PRIVATE MLIRTableGen MLIRIR
29+
PRIVATE LLVMTableGen MLIRTableGen MLIRIR
3030
PUBLIC MLIRTestDialect
3131
)

0 commit comments

Comments
 (0)