gollvm: llvm-goc crashes when enable-gc is set, with error "gc.statepoint callee argument must have elementtype attribute" #53175
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
main.go
compile main.go with
llvm-goc -O2 -enable-gc=1 -c main.go
commandWhat did you expect to see?
No error, successful build.
What did you see instead?
The text was updated successfully, but these errors were encountered: