[PATCH] D22944: [Driver] Replace one-off uses of default triples with effective triples (NFCI)

Vedant Kumar via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 28 15:14:28 PDT 2016


vsk created this revision.
vsk added reviewers: echristo, dexonsmith.
vsk added a subscriber: cfe-commits.
Herald added subscribers: mehdi_amini, srhines, danalbert, tberghammer.

No functionality change is intended. This set of replacements is fairly
targeted -- hopefully this makes it easier to verify as NFC.

On my end, I tested this patch with a clang which supports all in-tree
targets.

This is part of on ongoing effort to use effective target triples
whenever we can in the clang driver (see: [cfe-dev] Lessening the
driver's reliance on default target triples).

https://reviews.llvm.org/D22944

Files:
  lib/Driver/Tools.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22944.66034.patch
Type: text/x-patch
Size: 7926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160728/710049f4/attachment-0001.bin>


More information about the cfe-commits mailing list