phosek added inline comments.

================
Comment at: lib/Driver/ToolChains/Fuchsia.cpp:152
+  llvm::sys::path::append(P, normalizeTriple(Triple));
+  return P.str();
+}
----------------
mcgrathr wrote:
> The GCC behavior (if --with-sysroot is given to configure) is 
> tooldir/sys-root, not tooldir itself.
That's fine with me, although I'm not very fond of the `sys-root` since it's 
typically spelled as `sysroot` everywhere else, but I could be convinced if we 
want to be consistent with GCC.


Repository:
  rC Clang

https://reviews.llvm.org/D42019



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

Reply via email to