Skip to content

Commit ce5d0e4

Browse files
authored
Change linker from lld to gold for builder. (#347)
When I originally adder this builder, I'm not sure why I changed the linker to be lld, it should be gold to match our previous instance. This change fixes that.
1 parent 95d6080 commit ce5d0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@
10851085
"-DLLVM_ENABLE_ASSERTIONS=OFF",
10861086
"-DLLVM_INCLUDE_EXAMPLES=OFF",
10871087
"-DLLVM_LIT_ARGS=--verbose",
1088-
"-DLLVM_USE_LINKER=lld"])},
1088+
"-DLLVM_USE_LINKER=gold"])},
10891089

10901090
# Polly builders.
10911091

0 commit comments

Comments
 (0)