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

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Jul 31 12:47:50 PDT 2014


> 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.

Cheers,
Rafael



More information about the cfe-commits mailing list