This is an archive of the discontinued LLVM Phabricator instance.

[lld/mac] implement -compatibility_version, -current_version
ClosedPublic

Authored by thakis on Dec 14 2020, 12:13 PM.

Details

Reviewers
int3
Group Reviewers
Restricted Project
Commits
rGd058b69b1cd3: [lld/mac] implement -compatibility_version, -current_version

Diff Detail

Event Timeline

thakis created this revision.Dec 14 2020, 12:13 PM
thakis requested review of this revision.Dec 14 2020, 12:13 PM
int3 accepted this revision.Dec 14 2020, 2:25 PM
int3 added a subscriber: int3.

lgtm

lld/test/MachO/dylib-version.s
47

nit: left align with rows below

This revision is now accepted and ready to land.Dec 14 2020, 2:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2020, 3:41 PM
thakis marked an inline comment as done.Dec 14 2020, 3:43 PM

Thanks!