This is an archive of the discontinued LLVM Phabricator instance.

Split many_tls_keys.cpp into two tests
ClosedPublic

Authored by krytarowski on Sep 10 2019, 6:21 PM.

Details

Summary

many_tls_keys_pthread.cpp for TSD
many_tls_keys_thread.cpp for TLS

The TSD test is unsupported on NetBSD as it assumes TLS used internally.
TSD on NetBSD does not use TLS.

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Sep 10 2019, 6:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 10 2019, 6:21 PM
vitalybuka accepted this revision.Sep 12 2019, 10:39 AM
This revision is now accepted and ready to land.Sep 12 2019, 10:39 AM
This revision was automatically updated to reflect the committed changes.