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
After upgrading to LLVM16, cdt and related tools compile; however tests do not pass. Was able to a token transfer to compile by adding EOSIO_DISPATCH macro. See transfer example.
Therefore it seems likely that CDT is not inserting the C stub code with the apply function before compiling the contract to WASM.
The text was updated successfully, but these errors were encountered:
Resolved by moving to New Pass manager library (mixin class), and explicitly adding llvmGetPassPluginInfo to EosioApply.exports and EosioSoftfloat.exports
After upgrading to LLVM16, cdt and related tools compile; however tests do not pass. Was able to a token transfer to compile by adding
EOSIO_DISPATCH
macro. See transfer example.Therefore it seems likely that CDT is not inserting the C stub code with the
apply
function before compiling the contract to WASM.The text was updated successfully, but these errors were encountered: