https://bugs.llvm.org/show_bug.cgi?id=48030
Richard Smith <richard-l...@metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Richard Smith <richard-l...@metafoo.co.uk> ---
> As far as I can tell, the COMDAT definitions in a.cpp and main.cpp are
> identical. The problem doesn't seem to be that a COMDAT is missing symbols.
This didn't turn out to be entirely true: because the _ZTH function is an alias
to __cxx_global_var_init, and __cxx_global_var_init is in the COMDAT, the _ZTH
symbol effectively points into the COMDAT too.
In any case, the conclusion is the same: __cxx_global_var_init shouldn't be in
the COMDAT. Fixed in cd4d6d7.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs