This is the driver part of D91605, a workaround to allow direct calls to __tls_get_addr on Solaris/amd64.
Tested on amd64-pc-solaris2.11 and sparcv9-sun-solaris2.11.
This adds a testcase to the original submission.
Differential D119829
[Driver] Support Solaris/amd64 GetTls ro on Feb 15 2022, 4:13 AM. Authored by
Details
This is the driver part of D91605, a workaround to allow direct calls to __tls_get_addr on Solaris/amd64. Tested on amd64-pc-solaris2.11 and sparcv9-sun-solaris2.11. This adds a testcase to the original submission.
Diff Detail
Event Timeline
|
Optional: some folks prefer an alternative comment marker (/// for C, ## for assembly, etc) for non-RUN non-CHECK comments. It makes the comments stand out (they may render differently in an editor). Many tests have check-prefix typos and if we teach lit or FileCheck to catch such typos, we can let them skip /// lines to avoid false positives.