Mir

Code review comment for lp:~alan-griffiths/mir/fix-1617865

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

The problem appear to be that for C++ symbols the gcc assembler exports the unversioned symbols as well as the versioned ones whereas the clang assembler just exports the versioned aliases.

With gcc the linker then resolves to the unversioned symbols (and ignores the versioned ones).

Marking the unversioned symbol names .local doesn't help.

« Back to merge proposal