Skip to content

Commit 61ae28a

Browse files
authored
clang-aarch64-full-2stage: build lld for stage2 tests (#139)
A new bitcode format for debug info was added in LLVM in e419084da7a00b269368aeb95698e0d36b24e8ec (currently reverted). Several tests started failing for this stage2 builder: https://lab.llvm.org/buildbot/#/builders/179/builds/9629 The error indicates the tests are using an incompatible lld to load the new bitcode: ld.lld: error: Invalid value (Producer: 'LLVM19.0.0git' Reader: 'LLVM 17.0.6') Locally, re-enabling the currently reverted patch, these tests pass if LLD is built with LLVM_ENABLE_PROJECTS, and fail otherwise.
1 parent cddff05 commit 61ae28a

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
@@ -425,7 +425,7 @@
425425
'factory' : ClangBuilder.getClangCMakeBuildFactory(
426426
clean=False,
427427
checkout_flang=True,
428-
checkout_lld=False,
428+
checkout_lld=True,
429429
useTwoStage=True,
430430
testStage1=False,
431431
runTestSuite=True,

0 commit comments

Comments
 (0)