Add support for linking powerpcle code in LLD.
Rewrite lld/test/ELF/emulation-ppc.s to use a shared check block and add powerpcle tests.
Update tests.
Paths
| Differential D93917
[PowerPC] Support powerpcle target in LLD [4/5] ClosedPublic Authored by Bdragon28 on Dec 29 2020, 1:49 PM.
Details Summary Add support for linking powerpcle code in LLD. Rewrite lld/test/ELF/emulation-ppc.s to use a shared check block and add powerpcle tests. Update tests.
Diff Detail
Event TimelineHerald added subscribers: shchenz, hiraditya, nemanjai. · View Herald TranscriptDec 29 2020, 1:49 PM Bdragon28 added a parent revision: D92445: [PowerPC] Enable OpenMP for powerpcle target. [5/5].Dec 29 2020, 1:49 PM Bdragon28 removed a parent revision: D92445: [PowerPC] Enable OpenMP for powerpcle target. [5/5].Dec 29 2020, 1:55 PM Bdragon28 added a parent revision: D93919: [PowerPC] Support powerpcle target in Clang [3/5].Dec 29 2020, 1:58 PM This revision is now accepted and ready to land.Dec 29 2020, 3:46 PM Bdragon28 retitled this revision from [PowerPC] powerpcle target 4/5 to [PowerPC] Support powerpcle target in LLD [4/5].Jan 2 2021, 8:57 AM This revision was landed with ongoing or failed builds.Jan 2 2021, 10:20 AM Closed by commit rG275eb8289c43: [PowerPC] Support powerpcle target in LLD [4/5] (authored by Bdragon28). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 314254 lld/ELF/Driver.cpp
lld/ELF/InputFiles.cpp
lld/ELF/ScriptParser.cpp
lld/test/ELF/emulation-ppc.s
lld/test/ELF/ppc32-gnu-ifunc.s
lld/test/ELF/ppc32-reloc-rel.s
|