This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Implement -all_load
ClosedPublic

Authored by int3 on Aug 26 2020, 9:57 AM.

Details

Reviewers
smeenai
Group Reviewers
Restricted Project
Commits
rG62b39b3a0cb2: [lld-macho] Implement -all_load

Diff Detail

Event Timeline

int3 created this revision.Aug 26 2020, 9:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2020, 9:57 AM
int3 requested review of this revision.Aug 26 2020, 9:57 AM
int3 added a reviewer: Restricted Project.Aug 26 2020, 10:05 AM

You're missing a test case.

lld/MachO/Driver.cpp
255

Nit: remove this blank line

int3 planned changes to this revision.Aug 26 2020, 1:50 PM

oops yeah forgot about the test case

int3 updated this revision to Diff 288129.Aug 26 2020, 4:03 PM
int3 marked an inline comment as done.

add test

smeenai accepted this revision.Aug 26 2020, 4:14 PM

LGTM

This revision is now accepted and ready to land.Aug 26 2020, 4:14 PM
This revision was landed with ongoing or failed builds.Aug 26 2020, 7:27 PM
This revision was automatically updated to reflect the committed changes.