This is an archive of the discontinued LLVM Phabricator instance.

[runtimes] Add the ability to customize the output name of libc++, libc++abi and libunwind
ClosedPublic

Authored by ldionne on Oct 11 2022, 7:07 AM.

Details

Reviewers
daltenty
Group Reviewers
Restricted Project
Restricted Project
Restricted Project
Commits
rG10378b3db1f1: [runtimes] Add the ability to customize the output name of libc++, libc++abi…
Summary

We already had the ability to do that for libc++.dylib, so this only adds
consistency for all the runtime libraries. This should allow working around
difficulties on AIX as described in https://llvm.org/D134221.

Diff Detail

Event Timeline

ldionne created this revision.Oct 11 2022, 7:07 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 11 2022, 7:07 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne requested review of this revision.Oct 11 2022, 7:07 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 11 2022, 7:07 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
daltenty accepted this revision.Oct 11 2022, 8:37 AM

LGTM, thanks for accommodating this change. Should help solve some problems for us.

ldionne accepted this revision as: Restricted Project, Restricted Project, Restricted Project.Oct 11 2022, 12:19 PM

CI failures look like flukes, shipping this.

LGTM, thanks for accommodating this change. Should help solve some problems for us.

No problem, I think this customization makes some amount of sense regardless of the AIX situation.

This revision is now accepted and ready to land.Oct 11 2022, 12:19 PM
This revision was landed with ongoing or failed builds.Oct 11 2022, 12:20 PM
This revision was automatically updated to reflect the committed changes.