gollvm: build aborted when creating a self-referential ArrayT type in TypeManager::buildDIType #53105
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
TypeManager::buildDIType does not create a replacement type for ArrayT type, and the build will be aborted when creating a self-referential ArrayT type.
What version of Go are you using (
go version
)?gollvm master
DCMAKE_BUILD_TYPE=Debug
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?
The issue may be reproduced with the following sample:
go run a.go
File a.go
What did you expect to see?
No error, successful build.
What did you see instead?
The text was updated successfully, but these errors were encountered: