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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to