[PATCH] D35328: Reland "[Driver] Update Fuchsia driver path handling"

Jonathan Roelofs via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 12 14:39:35 PDT 2017


jroelofs accepted this revision.
jroelofs added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/Driver/ToolChains/Fuchsia.cpp:134
 
+static std::string computeTriple(llvm::Triple Triple) {
+  SmallString<64> T;
----------------
`normalizeTriple` maybe? Since it strips out the vendor string, among other things.


Repository:
  rL LLVM

https://reviews.llvm.org/D35328





More information about the cfe-commits mailing list