https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200362

Dimitry Andric <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #4 from Dimitry Andric <[email protected]> ---
Reproduced and filed upstream here: http://llvm.org/PR23621

The problem is that several .comm symbols get defined multiple times, with the
same name.  Apparently the clang MC assembler has an assertion for this.

As a workaround, you can either try to ensure the .comm symbols all have unique
names, or use the -no-integrated-as flag, to use the GNU assembler, which
apparently just ignores the duplicated .comm symbols.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to