diff options
author | Ayke van Laethem <[email protected]> | 2022-09-22 01:06:40 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-10-19 22:23:19 +0200 |
commit | 229746b71ef8c6ab095f0e97aa722959c6f07268 (patch) | |
tree | e0270085fdb27908533b27708bf8c5f8da704e60 /go.mod | |
parent | 09ec846c9f3204837ae0695077f6e1359c545fe9 (diff) | |
download | tinygo-229746b71ef8c6ab095f0e97aa722959c6f07268.tar.gz tinygo-229746b71ef8c6ab095f0e97aa722959c6f07268.zip |
interp: change object.llvmType to the initializer type
Previously it was a pointer type, which won't work with opaque pointers.
Instead, use the global initializer type instead.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ require ( golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 golang.org/x/tools v0.1.11 gopkg.in/yaml.v2 v2.4.0 - tinygo.org/x/go-llvm v0.0.0-20220921144624-dabbe3f30634 + tinygo.org/x/go-llvm v0.0.0-20220922113433-4b5ad7ff76ec ) require ( |