This is an archive of the discontinued LLVM Phabricator instance.

[DWARF][dsymutil][llvm-dwarfutil] Create a placeholder library DWARFLinkerParallel.
ClosedPublic

Authored by avl on Dec 30 2022, 12:27 PM.

Details

Summary

This patch is extracted from D96035. It creates an empty library DWARFLinkerParallel.

Diff Detail

Event Timeline

avl created this revision.Dec 30 2022, 12:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 30 2022, 12:27 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
avl requested review of this revision.Dec 30 2022, 12:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 30 2022, 12:27 PM
avl updated this revision to Diff 489555.Jan 16 2023, 7:29 AM

rebased.

[begin bikeshedding]
I'm not sure how quickly dsymutil would be able to start using the "next" dwarf linker, so I think something like "DwarfLinkerParallel" or something like that might be more descriptive?
[end bikeshedding]

avl updated this revision to Diff 490461.Jan 19 2023, 4:49 AM

addressed comments. renamed DWARFLinkerNext -> DWARFLinkerParallel

avl retitled this revision from [DWARF][dsymutil][llvm-dwarfutil] Create a placeholder library DWARFLinkerNext to [DWARF][dsymutil][llvm-dwarfutil] Create a placeholder library DWARFLinkerParallel..Jan 19 2023, 4:51 AM
avl edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jan 19 2023, 8:29 AM