mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Make error message on assembler failure more informative (hopefully)
This commit is contained in:
@@ -362,7 +362,7 @@ void assemble(const llvm::sys::Path& asmpath, const llvm::sys::Path& objpath)
|
||||
gcc, &Args[0], 0, 0, 0, 0, &ErrMsg);
|
||||
if (R)
|
||||
{
|
||||
error("failed to invoke gcc");
|
||||
error("Failed to invoke gcc. %s", ErrMsg.c_str());
|
||||
fatal();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user