https://llvm.org/bugs/show_bug.cgi?id=26705
Bug ID: 26705 Summary: lld-linked libc++.so, libc++abi.so has undefined _GLOBAL_OFFSET_TABLE_ symbol Product: lld Version: unspecified Hardware: PC OS: FreeBSD Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: unassignedb...@nondot.org Reporter: ema...@freebsd.org CC: llvm-bugs@lists.llvm.org Classification: Unclassified 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) -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs