This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Support file paths with -ccc-gcc-name
Needs ReviewPublic

Authored by al3xtjames on Jul 12 2019, 11:19 AM.

Details

Reviewers
llvm-commits
Summary

When a file path is specified for gcc-name, don't prepend the target
triple. This allows -target and -ccc-gcc-name to be used together when
a file path is specified.

Diff Detail

Repository
rC Clang

Event Timeline

al3xtjames created this revision.Jul 12 2019, 11:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2019, 11:19 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
al3xtjames edited the summary of this revision. (Show Details)Jul 13 2019, 8:58 AM
al3xtjames changed the repository for this revision from rC Clang to rG LLVM Github Monorepo.Nov 18 2020, 9:57 PM