https://bugs.llvm.org/show_bug.cgi?id=25347

Fangrui Song <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Fangrui Song <[email protected]> ---
% cat a.s
.symver my_test, test@TEST
.comm   my_test,4,4

% as a.s -o a.o
a.s: Assembler messages:
a.s: Error: `test@TEST' can't be versioned to common symbol 'my_test'


Now that GCC 10/Clang 10 default to -fno-common, this issue is moot.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to