]> granicus.if.org Git - clang/commit
[inline asm] Add a test case for r180873. Test case needs to be on the clang
authorChad Rosier <mcrosier@apple.com>
Wed, 1 May 2013 19:50:45 +0000 (19:50 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 1 May 2013 19:50:45 +0000 (19:50 +0000)
commit87cdcde70a44b68bd50f1b8007656b053c407983
tree7452b01541758914e33dfcfb20237051da5871b1
parent28fff5394fc9521ec0ee1d4f7ef4cca5e4f78071
[inline asm] Add a test case for r180873. Test case needs to be on the clang
side because we need an inline asm diagnostics handler in place.  Unfortunately,
we emit a .s file because we need to build the SelectionDAG to hit the backend
issue.
rdar://13446483

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180874 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/arm-asm-diag.c [new file with mode: 0644]