[PATCH] D55715: Add AddressSpace mangling to MS mode

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 14 11:11:04 PST 2018


erichkeane created this revision.
erichkeane added reviewers: zturner, majnemer, compnerd, rnk.
Herald added subscribers: erik.pilkington, Anastasia.

All of the symbols demangle on llvm-undname and demangler.com.  This
address space qualifier is useful for when we want to use opencl C++ in
Windows mode.  Additionally, C++ address-space using functions will now
be usable on windows.


https://reviews.llvm.org/D55715

Files:
  lib/AST/MicrosoftMangle.cpp
  test/CodeGenCXX/mangle-address-space.cpp
  test/CodeGenOpenCL/address-spaces-mangling.cl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55715.178256.patch
Type: text/x-patch
Size: 11241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181214/7a0e7429/attachment-0001.bin>


More information about the cfe-commits mailing list