https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200362
Dimitry Andric <d...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #4 from Dimitry Andric <d...@freebsd.org> --- 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. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"