]> granicus.if.org Git - clang/commit
Fix LLVMgold plugin name/path for non-Linux.
authorDan Albert <danalbert@google.com>
Mon, 14 Aug 2017 23:19:38 +0000 (23:19 +0000)
committerDan Albert <danalbert@google.com>
Mon, 14 Aug 2017 23:19:38 +0000 (23:19 +0000)
commitc234a67862201931d6e544a77442c53171889d48
treeabe9296b4c486471fd13ec27052cad2f131260bd
parenta8baf2e02086c3d9140f9eead1a92f35f9494246
Fix LLVMgold plugin name/path for non-Linux.

Summary:
It's only named LLVMgold.so on Linux. Fix the name for Windows and
Darwin.

Also fix the path for Windows so binutils doesn't have to.

Reviewers: srhines, pirama

Reviewed By: srhines

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D35739

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