You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% nm build-lld-selfhost2/lib/libc++abi.so | grep 'GLOBAL_OFFSET'
U GLOBAL_OFFSET_TABLE
with gnu ld:
% nm build-nodebug/lib/libc++abi.so | grep 'GLOBAL_OFFSET'
00000000002592e0 a GLOBAL_OFFSET_TABLE
and link failures are observed in 'check-libcxxabi'
/usr/bin/ld: /tank/emaste/src/llvm/build-lld-selfhost2/projects/libcxxabi/test/Output/catch_pointer_reference.pass.cpp.exe: hidden symbol `GLOBAL_OFFSET_TABLE' in /usr/lib/crt1.o is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
CC: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
Extended Description
linked with lld:
% nm build-lld-selfhost2/lib/libc++abi.so | grep 'GLOBAL_OFFSET'
U GLOBAL_OFFSET_TABLE
with gnu ld:
% nm build-nodebug/lib/libc++abi.so | grep 'GLOBAL_OFFSET'
00000000002592e0 a GLOBAL_OFFSET_TABLE
and link failures are observed in 'check-libcxxabi'
/usr/bin/ld: /tank/emaste/src/llvm/build-lld-selfhost2/projects/libcxxabi/test/Output/catch_pointer_reference.pass.cpp.exe: hidden symbol `GLOBAL_OFFSET_TABLE' in /usr/lib/crt1.o is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
CC: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: