As detailed in Issue #64126, several asan tests FAIL due to a cycle in AsanInitInternal. This can by avoided by disabling lazy binding with ld -z now.
Tested on amd64-pc-solaris2.11.
Paths
| Differential D156325
[Driver] Link shared asan runtime lib with -z now on Solaris/x86 ClosedPublic Authored by ro on Jul 26 2023, 5:49 AM.
Details Summary As detailed in Issue #64126, several asan tests FAIL due to a cycle in AsanInitInternal. This can by avoided by disabling lazy binding with ld -z now. Tested on amd64-pc-solaris2.11.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 26 2023, 5:27 PM Comment Actions
Indeed, I forgot. Added now. This revision was landed with ongoing or failed builds.Jul 27 2023, 2:33 AM Closed by commit rG6b5149aa442e: [Driver] Link shared asan runtime lib with -z now on Solaris/x86 (authored by ro). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 544664 clang/lib/Driver/ToolChains/Solaris.cpp
clang/test/Driver/solaris-ld-sanitizer.c
|