You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed this in 7efa4da by instantiating the templates outside of the test macros. I don't know why it worked in release but not in debug builds though.
When Building and Linking the MLIREmitCAllTests target in Debug mode the following linker errors occur:
MLIR emitC Commit:
d5a5f63a4abb96ef754531bac9a84180a2c04648
(cgo
Branch)LLVM Commit:
d4e889f1f5723105dbab12b749503d2462eb1755
LLVM Build Type Release
When I build MLIREmitCAllTests in Release mode, everything compiles and links correctly.
The text was updated successfully, but these errors were encountered: