[swift-dev] Issues when building swift using GNU 2.26 related to protected symbols

Dmitri Gribenko gribozavr at gmail.com
Mon Feb 22 12:21:51 CST 2016


On Mon, Feb 22, 2016 at 9:30 AM, Joe Groff <jgroff at apple.com> wrote:
> Let's make sure it isn't our bug first. Is
> _Tvs19_emptyStringStorageVs6UInt32 defined in any of the .o or .a files that
> get linked into the core?

Yes, it is there:

$ nm stdlib/public/core/linux/x86_64/Swift.o | grep
_Tvs19_emptyStringStorageVs6UInt32
0000000000000020 B _Tvs19_emptyStringStorageVs6UInt32

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/


More information about the swift-dev mailing list