That link returns 404, we have bindings code on https://github.com/llvm/llvm-project/tree/main/llvm/bindings/go
but it seems we haven't published it and there are no docs yet.
Details
Details
- Reviewers
durin42 lattner - Commits
- rGfa7b4cf05e1c: [docs] Remove a link to an outdated Go docs
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Looks fine to me, but I have no idea what it would take to get the docs published there either. Maybe that's an easy fix?
Comment Actions
AFAIK it isn't _easy_. To publish the doc, we have to add our package to pkg.go.dev, but the current repo structure doesn't fit to do it. See https://pkg.go.dev/about#adding-a-package for more details about adding a package.
I think it needs some governance decision (and some reworks) so for now, removing the link makes some sense here.