Index: cmd/llgoi/llgoi.go =================================================================== --- cmd/llgoi/llgoi.go +++ cmd/llgoi/llgoi.go @@ -151,6 +151,9 @@ } pkg = module.Package + // Clear the data layout; the JIT wants to set it. + module.Module.SetDataLayout("") + if in.engine.C != nil { in.engine.AddModule(module.Module) } else {