diff options
author | Chris Lattner <sabre@nondot.org> | 2012-01-03 23:51:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2012-01-03 23:51:01 +0000 |
commit | 6b77a07f75c553fbf188cebdf366b41ab8678dcf (patch) | |
tree | 6bbe59ee5b1660436bff399d7721cd5b22658e6f /clang/lib/AST/ExprConstant.cpp | |
parent | e22e6131281180936c5196e811e4c952549aa7ab (diff) | |
download | bcm5719-llvm-6b77a07f75c553fbf188cebdf366b41ab8678dcf.tar.gz bcm5719-llvm-6b77a07f75c553fbf188cebdf366b41ab8678dcf.zip |
Turn a few more inline asm errors into "emitErrors" instead of fatal errors.
Before we'd get:
$ clang t.c
fatal error: error in backend: Invalid operand for inline asm constraint 'i'!
Now we get:
$ clang t.c
t.c:16:5: error: invalid operand for inline asm constraint 'i'!
"movq (%4), %%mm0\n"
^
Which at least gets us the inline asm that is the problem.
llvm-svn: 147502
Diffstat (limited to 'clang/lib/AST/ExprConstant.cpp')
0 files changed, 0 insertions, 0 deletions