This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Don't pass -s to libtool
ClosedPublic

Authored by phosek on Sep 28 2020, 2:20 PM.

Details

Reviewers
smeenai
ldionne
Group Reviewers
Restricted Project
Commits
rG2d657d1bd7f1: [libcxx] Don't pass -s to libtool
Summary

This flag is the default in libtool on Darwin, and it's not supported
by llvm-libtool-darwin causing a build failure.

Diff Detail

Event Timeline

phosek created this revision.Sep 28 2020, 2:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 28 2020, 2:20 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Sep 28 2020, 2:21 PM
This revision is now accepted and ready to land.Sep 28 2020, 2:21 PM
This revision was landed with ongoing or failed builds.Sep 28 2020, 2:50 PM
This revision was automatically updated to reflect the committed changes.