[LLVMdev] Remaining Compiler-RT failures in ARM

Jonathan Roelofs jonathan at codesourcery.com
Fri Oct 10 13:31:32 PDT 2014



On 10/10/14 2:12 PM, Renato Golin wrote:
> On 10 October 2014 15:30, Evgeniy Stepanov <eugenis at google.com> wrote:
>> Could this be some kind of linker-generated compatibility magic?
> 
> I'm not sure. Searching for "____asan_handle_no_return_veneer" on
> Google gets me this thread. :)
Sounds like an arm-thumb interworking veneer, generated by the linker... the
real function should be called 'asan_handle_no_return' (with some number of '_'
prefixing it. I don't remember how many get added).

Jon
> 
> I'm tempted to disable that test on ARM+Linux, since we use EHABI
> instead of SjLj... At least for now...
> 
> --renato
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
> 

-- 
Jon Roelofs
jonathan at codesourcery.com
CodeSourcery / Mentor Embedded



More information about the llvm-dev mailing list