diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-02 22:24:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-02 22:24:20 +0000 |
commit | cc64cc9313d7b6b559ac427e2861484112e11d04 (patch) | |
tree | 268810ecc882acf9d9180d23e326e132a51f6dc8 /llvm/tools/llvm-as/llvm-as.cpp | |
parent | ade05a37f109bd894342396c00cb44d588d34b9d (diff) | |
download | bcm5719-llvm-cc64cc9313d7b6b559ac427e2861484112e11d04.tar.gz bcm5719-llvm-cc64cc9313d7b6b559ac427e2861484112e11d04.zip |
add an explicit class for holding llvm::SourceMgr diagnostics and use
it to print them. This gives us column numbers in the diag line. Before:
t.s:4: error: unexpected token in argument list
mov %eax %edx
^
now:
t.s:4:11: error: unexpected token in argument list
mov %eax %edx
^
llvm-svn: 74732
Diffstat (limited to 'llvm/tools/llvm-as/llvm-as.cpp')
0 files changed, 0 insertions, 0 deletions