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)
commit5798b26c65abd406ff6b70e65eb1d520f5f59215
treee8d76aaa9f1189a69c983189a088d5422e9a5cec
parent980b25840f8904934a4fb86f6af0a249e3373862
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.

llvm-svn: 210286
clang/lib/CodeGen/CodeGenAction.cpp
clang/test/CodeGen/arm-asm-deprecated.c [new file with mode: 0644]
clang/test/CodeGen/x86-64-inline-asm.c [new file with mode: 0644]