[llvm] r198438 - Make the llvm mangler depend only on DataLayout.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Jan 9 06:34:19 PST 2014


>> I don't think LLVM supports emitting COFF for non-Windows-like platforms,
>> so it would be OK to use 'c' as the code for the mangling.  We could use 'w'
>> for Windows instead of 'c' if we wanted to be more specific.
>
>
> Might work better that way. I don't have any reason to assume we'll ever
> want to emit coff for mips (which would be ecoff!), but no reason to
> preclude it either.

What about the attached patches?

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm.patch
Type: application/octet-stream
Size: 2537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140109/46897b33/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang.patch
Type: application/octet-stream
Size: 1806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140109/46897b33/attachment-0001.obj>


More information about the llvm-commits mailing list