Skip to content

Commit f85d8ae

Browse files
authored
Merge pull request #19875 from Kaiede/i686Toolchain
Change Default Linker to Gold for x86
2 parents a5c82c7 + 250aa60 commit f85d8ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Driver/UnixToolChains.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ std::string toolchains::GenericUnix::getDefaultLinker() const {
111111
// final executables, as such, unless specified, we default to gold
112112
// linker.
113113
return "gold";
114+
case llvm::Triple::x86:
114115
case llvm::Triple::x86_64:
115116
case llvm::Triple::ppc64:
116117
case llvm::Triple::ppc64le:

0 commit comments

Comments
 (0)