[PATCH] D47357: [Driver] Rename DefaultTargetTriple to TargetTriple

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 24 19:26:51 PDT 2018


phosek created this revision.
phosek added reviewers: hans, rnk, echristo.
Herald added a subscriber: cfe-commits.

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.


Repository:
  rC Clang

https://reviews.llvm.org/D47357

Files:
  clang/include/clang/Driver/Driver.h
  clang/lib/Driver/Driver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47357.148539.patch
Type: text/x-patch
Size: 6149 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180525/ecccfd33/attachment-0001.bin>


More information about the cfe-commits mailing list