[PATCH] D10697: Use GetLinkerPath utility function to find linker for NaCl toolchain
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 24 16:54:33 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL245908: Use GetLinkerPath utility function to find linker for NaCl toolchain (authored by dschuff).
Changed prior to commit:
http://reviews.llvm.org/D10697?vs=33021&id=33024#toc
Repository:
rL LLVM
http://reviews.llvm.org/D10697
Files:
cfe/trunk/lib/Driver/ToolChains.cpp
Index: cfe/trunk/lib/Driver/ToolChains.cpp
===================================================================
--- cfe/trunk/lib/Driver/ToolChains.cpp
+++ cfe/trunk/lib/Driver/ToolChains.cpp
@@ -2359,7 +2359,7 @@
}
// Use provided linker, not system linker
- Linker = GetProgramPath("ld");
+ Linker = GetLinkerPath();
NaClArmMacrosPath = GetFilePath("nacl-arm-macros.s");
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10697.33024.patch
Type: text/x-patch
Size: 390 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150824/2ebfa2b8/attachment.bin>
More information about the llvm-commits
mailing list