This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Downgrade version mismatch to warning
ClosedPublic

Authored by int3 on Jun 15 2021, 4:22 PM.

Details

Reviewers
gkm
thakis
Group Reviewers
Restricted Project
Commits
rGd52d1b93c3f5: [lld-macho] Downgrade version mismatch to warning
Summary

It's a warning in ld64. While having LLD be stricter would be nice, it
makes it harder for it to be a drop-in replacement into existing builds.

Diff Detail

Event Timeline

int3 created this revision.Jun 15 2021, 4:22 PM
Herald added a project: Restricted Project. · View Herald Transcript
int3 requested review of this revision.Jun 15 2021, 4:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2021, 4:22 PM
thakis accepted this revision.Jun 15 2021, 6:39 PM
thakis added a subscriber: thakis.

:/

Looks like this lacks test coverage if it needs no test update to go along with it?

This revision is now accepted and ready to land.Jun 15 2021, 6:39 PM
int3 added a comment.Jun 15 2021, 9:53 PM

We did have a test actually. I just I forgot we had %no_fatal_warnings_lld, which makes it not-too-ugly to test for warnings instead of errors... updating that test now

int3 updated this revision to Diff 352334.Jun 15 2021, 9:53 PM

update test

This revision was automatically updated to reflect the committed changes.