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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits