Enable the %s modifier in inline asm template string
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Thu, 4 Feb 2016 16:18:08 +0000 (16:18 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Thu, 4 Feb 2016 16:18:08 +0000 (16:18 +0000)
commite8cbae32e966b7c66072aa0edd950a718217eccf
tree3e2f9ceb0c5eae832d7754f47ce905690b9f73cc
parentc455e2f4411bd736ab46feaa03b9bfbc1916b23a
Enable the %s modifier in inline asm template string

This patch corresponds to review:
http://reviews.llvm.org/D16847

There are some files in glibc that use the output operand modifier even though
it was deprecated in GCC. This patch just adds support for it to prevent issues
with such files.

llvm-svn: 259798
llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp