]> granicus.if.org Git - clang/commit
[ms-inline asm] Output empty asm statements for the directives we don't
authorChad Rosier <mcrosier@apple.com>
Thu, 6 Sep 2012 19:56:25 +0000 (19:56 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 6 Sep 2012 19:56:25 +0000 (19:56 +0000)
commitc69164917460ff717fd0b02649a3d7b0c5096088
tree6451512fca70b7efe40a923b1ffb750b562c9ba8
parentacc22b6b5a8ba501f896fb0d00afdff5c5a3f090
[ms-inline asm] Output empty asm statements for the directives we don't
handle.  Otherwise, the AsmParser will explode if we try to generate an
object files.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163345 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmtAsm.cpp
test/CodeGen/ms-inline-asm.c