David Majnemer
f685eac9e6
CodeGen: Let arrays be inputs to inline asm
...
An array showing up in an inline assembly input is accepted in ICC and
GCC 4.8
This fixes PR20201.
Differential Revision: http://reviews.llvm.org/D4382
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212954 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-14 16:27:53 +00:00
Joey Gouly
c21287e819
Convert tests I recently add to use -verify instead of FileCheck.
...
This uncovered something strange. Diagnostics for InlineAsm have source locations
that don't really map to where they are within the .c source file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210440 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-08 21:28:54 +00:00
Joey Gouly
9266985b61
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
2014-06-05 21:23:42 +00:00