[llvm-commits] [PATCH] MC: Allow quotes in names when targeting MS/Windows.

Michael Spencer bigcheesegs at gmail.com
Mon Nov 28 23:42:46 PST 2011


The attached patch allows quotes in names when targeting MS/Windows.
This cannot be enabled for all Windows targets as GNU/Windows's
assembler doesn't support it.

This fixes clang's Microsoft C++ mangling output when targeting win32.
Previously it would mangle the '?' to _3F_.

In the future MCCoffAsmInfo will really need to be split for Microsoft
and GNU, as quite a few options differ.

- Michael Spencer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: allow-quotes.patch
Type: application/octet-stream
Size: 1293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111128/e336634a/attachment.obj>


More information about the llvm-commits mailing list