[llvm] r293936 - Change how we handle section symbols on ELF.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 06:05:05 PST 2017


Mikael Holmén <mikael.holmen at ericsson.com> writes:

> Hi,
>
> On 02/10/2017 02:38 PM, Rafael Avila de Espindola wrote:
>> Sorry, I missed your first reply. Taking a look at the xcore testcase.
>
> Great! I guessed so.
>
> One could of course argue that there can't be functions on C/C++ level 
> starting with "." so the xcore crash can't happen in the real world but 
> that would be really sad for us since our section is actually called "code".

The function name is valid in llvm, so it is a bug in llvm even if it is
not visible from c++.

Cheers,
Rafael


More information about the llvm-commits mailing list