[LLVMdev] Overriding libcall symbol

Vadim Chugunov vadimcn at gmail.com
Fri Jul 17 11:15:27 PDT 2015


Hi,
I need to override the default libcall symbol name chosen by LLVM for the
platform. (for example, I'd like the 'resume' instruction to expand into a
call to '_MyUnwindResume' instead of '_Unwind_Resume').
Is this possible through some combination of LLVM parameters/public API
calls?

Vadim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150717/176ace31/attachment.html>


More information about the llvm-dev mailing list