https://sourceware.org/bugzilla/show_bug.cgi?id=25640
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
LTO generates 2 ltrans.o files from one input IR:
$ nm /tmp/ccXafC5I.ltrans0.ltrans.o | grep tp_connection_get_type
0000000000004570 T tp_connection_get_type
0000000000002250 t tp_connection_get_type_once
$nm /tmp/ccXafC5I.ltrans1.ltrans.o | grep tp_connection_get_type
U tp_connection_get_type
plugin picked the last one.
--
You are receiving this mail because:
You are on the CC list for the bug.