mcgrathr added inline comments.

================
Comment at: lib/Driver/ToolChains/Fuchsia.cpp:152
+  llvm::sys::path::append(P, normalizeTriple(Triple));
+  return P.str();
+}
----------------
The GCC behavior (if --with-sysroot is given to configure) is tooldir/sys-root, 
not tooldir itself.


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