[PATCH] D16847: Enable the %s modifier in inline asm template string

Bill Schmidt via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 06:00:34 PST 2016


wschmidt accepted this revision.
wschmidt added a comment.
This revision is now accepted and ready to land.

Yes, that's the correct behavior, as can be seen at https://gcc.gnu.org/ml/gcc-patches/2016-01/msg01937.html.  Note that GCC produces a warning if the wrong operand type is used, but I don't see that as a necessity for something that's deprecated anyway.  This patch LGTM.


Repository:
  rL LLVM

http://reviews.llvm.org/D16847





More information about the llvm-commits mailing list