]> granicus.if.org Git - clang/commit
Use GetLinkerPath utility function to find linker for NaCl toolchain
authorDerek Schuff <dschuff@google.com>
Mon, 24 Aug 2015 23:53:25 +0000 (23:53 +0000)
committerDerek Schuff <dschuff@google.com>
Mon, 24 Aug 2015 23:53:25 +0000 (23:53 +0000)
commit577d59904b385f3bd92707604d55ec14b273d153
treec0d4ab9e51f5d8edab5e39e6864481cdd9999100
parentc8f200a1e2ca6b7b25256560ff9acb57fdf81a19
Use GetLinkerPath utility function to find linker for NaCl toolchain

Summary:
This is more consistent with other targets and also makes the -fuse-ld
flag work.

Reviewers: jvoung

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D10697

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245908 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp