better stack traces for ELF x86_64

This commit is contained in:
Andrew Kelley
2017-04-24 12:01:19 -04:00
parent 08a871f625
commit 245eed8afe
10 changed files with 573 additions and 68 deletions

View File

@@ -475,7 +475,7 @@ int main(int argc, char **argv) {
}
}
bool need_name = (cmd == CmdBuild || cmd == CmdAsm || cmd == CmdLink);
bool need_name = (cmd == CmdBuild || cmd == CmdAsm || cmd == CmdLink || cmd == CmdParseH);
Buf in_file_buf = BUF_INIT;