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
$ crystal build --release this_borks_compiler.cr
Module validation failed: inlinable function call in a function with debug info must have a !dbg location
%3 = call i8* @__crystal_malloc_atomic(i32 %2)
0x10d71fb53: *raise<String>:NoReturn at ??
0x10e6f0aab: *Crystal::CodeGenVisitor#finish:Nil at ??
0x10e61c37e: *Crystal::Compiler#codegen<Crystal::Program, Crystal::ASTNode+, Array(Crystal::Compiler::Source), String>:(Tuple(Array(Crystal::Compiler::CompilationUnit), Array(String)) | Nil) at ??
0x10eec1ff4: *Crystal::Compiler#compile<Array(Crystal::Compiler::Source), String>:Crystal::Compiler::Result at ??
0x10d77e1eb: *Crystal::Command#run:(Bool | Crystal::Compiler::Result | IO::FileDescriptor | Nil) at ??
0x10d7498dd: main at ??
crystal -v
Crystal 0.21.1 (2017-03-14) LLVM 4.0.0
Build with crystal build --release this_borks_compiler.cr
Build with
crystal build --release this_borks_compiler.cr
Code that reproduces:
this_borks_compiler.cr.txt
The text was updated successfully, but these errors were encountered: