This is an archive of the discontinued LLVM Phabricator instance.

Driver: Modify the -print-libgcc-file-name code to use ToolChain::GetRuntimeLibPath().
Needs ReviewPublic

Authored by Shiz on May 26 2015, 6:19 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

As a follow-up to http://reviews.llvm.org/D10050, this modifies the existing -print-libgcc-filename code to take advantage of this new API for better abstractions.

Diff Detail

Event Timeline

Shiz updated this revision to Diff 26563.May 26 2015, 6:19 PM
Shiz retitled this revision from to Driver: Modify the -print-libgcc-file-name code to use ToolChain::GetRuntimeLibPath()..
Shiz updated this object.
Shiz edited the test plan for this revision. (Show Details)
Shiz added a subscriber: Unknown Object (MLST).
MaskRay added a subscriber: MaskRay.Jul 6 2019, 7:54 PM

D25338 fixed the issue..