This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Try normalized triple when looking for C++ libraries
ClosedPublic

Authored by phosek on May 22 2019, 11:15 PM.

Details

Summary

This addresses the issue introduced in r361432 where we would only
try effective triple but not the normalized one as we do for other
runtimes.

Diff Detail

Repository
rC Clang

Event Timeline

phosek created this revision.May 22 2019, 11:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2019, 11:15 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.May 23 2019, 8:20 AM
This revision was automatically updated to reflect the committed changes.