This is an archive of the discontinued LLVM Phabricator instance.

[PS4][driver] make -fjmc work with LTO driver linking stage
ClosedPublic

Authored by ychen on Aug 12 2022, 5:39 PM.

Diff Detail

Event Timeline

ychen created this revision.Aug 12 2022, 5:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2022, 5:39 PM
Herald added a subscriber: inglorion. · View Herald Transcript
ychen requested review of this revision.Aug 12 2022, 5:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2022, 5:39 PM
probinson accepted this revision.Aug 29 2022, 10:43 AM

LGTM with one comment on the test.

clang/test/Driver/ps4-ps5-linker-jmc.c
2

This REQUIRES is not necessary. The driver is aware of all possible triples.

This revision is now accepted and ready to land.Aug 29 2022, 10:43 AM
ychen updated this revision to Diff 456415.Aug 29 2022, 11:07 AM
  • update
ychen marked an inline comment as done.Aug 29 2022, 11:08 AM
MaskRay added inline comments.Aug 29 2022, 11:32 AM
clang/test/Driver/ps4-ps5-linker-jmc.c
4

-target is legacy. Use --target=

ychen updated this revision to Diff 456426.Aug 29 2022, 11:34 AM
  • use --target
ychen marked an inline comment as done.Aug 29 2022, 11:34 AM
ychen updated this revision to Diff 456427.Aug 29 2022, 11:35 AM
  • update
This revision was landed with ongoing or failed builds.Aug 29 2022, 12:13 PM
This revision was automatically updated to reflect the committed changes.