This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Rename DefaultTargetTriple to TargetTriple
ClosedPublic

Authored by phosek on May 24 2018, 7:26 PM.

Details

Summary

While this value is initialized with the DefaultTargetTriple, it
can be later overriden using the -target flag so TargetTriple is
a more accurate name. This change also provides an accessor which
could be accessed from ToolChain implementations.

Diff Detail

Repository
rC Clang

Event Timeline

phosek created this revision.May 24 2018, 7:26 PM
rnk accepted this revision.May 25 2018, 10:07 AM

lgtm

This revision is now accepted and ready to land.May 25 2018, 10:07 AM
This revision was automatically updated to reflect the committed changes.