This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Fix default argument for merge_archives.py -L flag
ClosedPublic

Authored by arichardson on Jul 22 2020, 9:58 AM.

Details

Summary

If we use the default of None, we get a python exception in
find_and_diagnose_missing() instead of printing a sensible error message.

Diff Detail

Event Timeline

arichardson created this revision.Jul 22 2020, 9:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2020, 9:58 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jul 22 2020, 10:20 AM
This revision is now accepted and ready to land.Jul 22 2020, 10:20 AM
This revision was automatically updated to reflect the committed changes.