This is an archive of the discontinued LLVM Phabricator instance.

[mlir][CMAKE] Fix build with BUILD_SHARED_LIBS=ON
ClosedPublic

Authored by vinograd47 on Mar 10 2021, 5:17 AM.

Details

Summary

Link MLIRStandardToLLVM to MLIRAVX512Transforms, since
the latter uses LLVMTypeConverter defined in the first one.

Diff Detail

Event Timeline

vinograd47 created this revision.Mar 10 2021, 5:17 AM
vinograd47 requested review of this revision.Mar 10 2021, 5:17 AM

@ftynse I believe the issue was caused by D98328

ftynse accepted this revision.Mar 10 2021, 5:37 AM

Thanks!

This revision is now accepted and ready to land.Mar 10 2021, 5:37 AM

Please feel free to push small build fixes directly to save time.

This revision was landed with ongoing or failed builds.Mar 10 2021, 5:52 AM
This revision was automatically updated to reflect the committed changes.