[PATCH] D112067: [bindings/go] add go.mod file

chai2010 via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 19 05:31:57 PDT 2021


chai2010 created this revision.
chai2010 added reviewers: echristo, aykevl.
chai2010 added a project: LLVM.
chai2010 requested review of this revision.
Herald added a subscriber: llvm-commits.

go mod replace only works if target has go.mod:
https://github.com/golang/go/issues/30847


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112067

Files:
  llvm/bindings/go/llvm/go.mod


Index: llvm/bindings/go/llvm/go.mod
===================================================================
--- /dev/null
+++ llvm/bindings/go/llvm/go.mod
@@ -0,0 +1 @@
+module llvm.org/llvm/bindings/go/llvm


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112067.380658.patch
Type: text/x-patch
Size: 204 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211019/5310b925/attachment.bin>


More information about the llvm-commits mailing list