<div dir="ltr">(Jonathan's review here is fine, don't wait on me. Thanks! :)<div><br></div><div>-eric</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 13, 2015 at 10:32 AM Jonathan Roelofs <<a href="mailto:jonathan@codesourcery.com">jonathan@codesourcery.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">jroelofs added a comment.<br>
<br>
Other than that, LGTM too.<br>
<br>
<br>
================<br>
Comment at: lib/Driver/ToolChains.cpp:4081<br>
@@ +4080,3 @@<br>
+<br>
+  std::string PS4SDKDir = (EnvValue ? EnvValue : getDriver().Dir + "/../..");<br>
+<br>
----------------<br>
Use `llvm::sys::path::append` instead of `std::string::operator+` for path concatenation here,<br>
<br>
================<br>
Comment at: lib/Driver/ToolChains.cpp:4095<br>
@@ +4094,3 @@<br>
+<br>
+  std::string PS4SDKIncludeDir = PrefixDir + "/target/include";<br>
+  if (!Args.hasArg(options::OPT_nostdinc) &&<br>
----------------<br>
and here,<br>
<br>
================<br>
Comment at: lib/Driver/ToolChains.cpp:4105<br>
@@ +4104,3 @@<br>
+<br>
+  std::string PS4SDKLibDir = PS4SDKDir + "/target/lib";<br>
+  if (!Args.hasArg(options::OPT_nostdlib) &&<br>
----------------<br>
and here.<br>
<br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="http://reviews.llvm.org/D13482" rel="noreferrer" target="_blank">http://reviews.llvm.org/D13482</a><br>
<br>
<br>
<br>
</blockquote></div>