This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Silence XAR deprecation warning
ClosedPublic

Authored by keith on Jan 19 2022, 1:35 PM.

Details

Reviewers
int3
Group Reviewers
Restricted Project
Commits
rG3f38dc5c046c: [lld-macho] Silence XAR deprecation warning
Summary

If you're building this on macOS 12.x+ this produces a deprecation
warning. I'm not sure what this means for the bitcode format going
forward, but it seems safe to silence for now.

Do we need to worry about GCC for this?

Diff Detail

Event Timeline

keith created this revision.Jan 19 2022, 1:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2022, 1:35 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
keith requested review of this revision.Jan 19 2022, 1:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2022, 1:35 PM
int3 accepted this revision.Jan 19 2022, 1:35 PM
int3 added a subscriber: int3.

Thanks!

This revision is now accepted and ready to land.Jan 19 2022, 1:35 PM
int3 added a comment.Jan 19 2022, 1:36 PM

Do we need to worry about GCC for this?

I guess if someone is using GCC and are likewise affected, they can submit another diff accordingly...

This revision was landed with ongoing or failed builds.Jan 19 2022, 1:53 PM
This revision was automatically updated to reflect the committed changes.