[all-commits] [llvm/llvm-project] 8aa3f5: [Driver] Don't pass -plugin LLVMgold.so when the l...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Feb 7 22:55:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8aa3f507c38a2ccd8ed7cb33d02a6f645cdbc03a
https://github.com/llvm/llvm-project/commit/8aa3f507c38a2ccd8ed7cb33d02a6f645cdbc03a
Author: Fangrui Song <maskray at google.com>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/Driver/lto.c
M clang/test/Driver/lto.cu
Log Message:
-----------
[Driver] Don't pass -plugin LLVMgold.so when the linker is ld.lld
This is does not cover the case when ld is lld (e.g. /usr/bin/ld on
modern FreeBSD systems).
More information about the All-commits
mailing list