]> granicus.if.org Git - clang/commit
When an inline-asm diagnostic is reported by the backend, report it with the
authorJoey Gouly <joey.gouly@gmail.com>
Thu, 5 Jun 2014 21:23:42 +0000 (21:23 +0000)
committerJoey Gouly <joey.gouly@gmail.com>
Thu, 5 Jun 2014 21:23:42 +0000 (21:23 +0000)
commit9266985b619ddd85632a0616af41f0e917646c24
treec15b22ab3bce40bd3116c8574eecb858ca23966f
parentf6a54b977d50f16291be44ec26715f1e6a2d543d
When an inline-asm diagnostic is reported by the backend, report it with the
correct severity.

Previously all inline-asm diagnostics were reported as errors.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210286 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenAction.cpp
test/CodeGen/arm-asm-deprecated.c [new file with mode: 0644]
test/CodeGen/x86-64-inline-asm.c [new file with mode: 0644]