[LLVMdev] [PATCH] Don't optimize out GDB JIT registrar

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Jan 15 17:51:07 PST 2014


On 15 January 2014 15:16, Reid Kleckner <rnk at google.com> wrote:
> Wouldn't LLVM_ATTRIBUTE_USED be the correct thing here to prevent dead
> stripping, if that's the problem?

My understanding is that they want the calls to not be removed, not
just to keep the symbol. Andrew, is my understanding correct?

Cheers,
Rafael



More information about the llvm-dev mailing list