This is an archive of the discontinued LLVM Phabricator instance.

[DWARFLinkerParallel] change thread_local to LLVM_THREAD_LOCAL for StringPool.
AbandonedPublic

Authored by avl on Apr 5 2023, 12:49 PM.

Details

Summary

Not all platforms support C++11 thread_local. Use portable
LLVM_THREAD_LOCAL macro instead.

Diff Detail

Event Timeline

avl created this revision.Apr 5 2023, 12:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2023, 12:49 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
avl requested review of this revision.Apr 5 2023, 12:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2023, 12:49 PM
avl abandoned this revision.Apr 6 2023, 4:59 AM

close in favor D147649