echristo accepted this revision. echristo added a comment. One set of inline comments, and also:
test/Driver/Inputs/scei-ps4_tree/target/include_common/.keep eh? -eric ================ Comment at: lib/Driver/Tools.cpp:10025-10029 @@ +10024,7 @@ + const char *Exec = +#ifdef LLVM_ON_WIN32 + Args.MakeArgString(ToolChain.GetProgramPath("ps4-ld.gold.exe")); +#else + Args.MakeArgString(ToolChain.GetProgramPath("ps4-ld")); +#endif + ---------------- How does this work with the things below that check for linker name? Also seems like we'd really want to be able to check our host using the normal ways rather than an ifdef. This can be done as a followup, but do please check into this. http://reviews.llvm.org/D11279 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits