[LLVMdev] Overriding libcall symbol (original) (raw)
Vadim Chugunov vadimcn at gmail.com
Fri Jul 17 11:15:27 PDT 2015
- Previous message: [LLVMdev] How can i differentiate pointer type int 32* from int 32** ?
- Next message: [LLVMdev] Overriding libcall symbol
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [LLVMdev] How can i differentiate pointer type int 32* from int 32** ?
- Next message: [LLVMdev] Overriding libcall symbol
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]