r214410 - Exposes a C API to name mangling for a given cursor.

Eli Bendersky eliben at google.com
Thu Jul 31 14:47:20 PDT 2014


On Thu, Jul 31, 2014 at 12:47 PM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> > I'm not sure how to access those parts of LLVM from libclang. Besides,
> IIRC
> > targets are not linked into libclang. Do you have an idea?
>
> The LLVM targets? You shouldn't need them. All that you need is the
> DataLayout. With that you should be able to use lib/IR/Mangler.
>
>
Attaching a patch - is this what you had in mind?

Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140731/c85b58b2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cindex-backend-mangle.1.patch
Type: text/x-patch
Size: 3981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140731/c85b58b2/attachment.bin>


More information about the cfe-commits mailing list