mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
This commit fixes errors like the following: inlinable function call in a function with debug info must have a !dbg location call void @runtime.nilPanic(i8* undef, i8* null) inlinable function call in a function with debug info must have a !dbg location %24 = call fastcc %runtime._interface @"(*github.com/vugu/vugu/domrender.JSRenderer).render$1"(%"github.com/vugu/vugu.VGNode"** %19, i32 %22, i32 %23, i8* %15, i8* undef) error: optimizations caused a verification failure Not all instructions had a debug location, which apparently caused issues for the inliner.pull/1012/head
Ayke van Laethem
5 years ago
committed by
Ron Evans
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue