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
Only golang.Backend, native.Backend and wasm.Backend actually support trace flag and passing it to ir.Backend or dot.Backend has no effect. The same will be true for any backend that doesn't actually produce executable (on one way or another). That's why trace bool flag must be moved from compiler.Backend.Emit method and should become part of the implementation