all: update CI to LLVM payload v8 - #119
Merged
zhouguangyuan0718 merged 3 commits intoAug 10, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pin GoALLC CI to the published LLVM 23.1.0 v8 payload at revision
445acfc09213ef8f70906a10f32ba96c1d0813c7.
Promote the runtime tests whose backend and GC visibility fixes are included in
the payload/current main:
All three pass the local Darwin/arm64 LLVM
default<O2>-> GoObj -> link ->runtime path. PR CI qualifies the released Linux amd64/arm64 artifacts.
The v8 ARM64 layout places the morestack call before the indirect body call.
Update the structured AArch64 frame check to derive exact PCDATA ranges from
call offsets while retaining the strict map association checks: morestack uses
map 0 and the indirect call uses map 1.
devirtualization_nil_panics.gowas also evaluated for promotion. Its nil panicand recover behavior works, but it fails the required source-line assertion
(
llvm-ir:1, want line 28). Keep it explicitly gray until the pending Go #117and LLVM #62 PCLN changes are merged and released; the test itself is not
weakened.
Validation:
git diff --checkTestLLVMTestPolicyPASSdevirtualization_nil_panics.goreproduces only the known pcline gap