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 | fcd70900630abd4a29d0b3fa9db6169159ddfb3c (patch) | |
tree | e294cf3bebb5472ec705bc377f1990ff03d81095 /lib/Support/Unix/Program.inc | |
parent | 3a4c60ca3b8ab835a71a92c02d288b9582e4a643 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Unix/Program.inc')
0 files changed, 0 insertions, 0 deletions