[all-commits] [llvm/llvm-project] 882358: [Bindings][Go] Fix go.test failure due to missing ...
bzEq via All-commits
all-commits at lists.llvm.org
Mon Nov 18 17:07:50 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 88235812a71d99c082e7aa2ef9356d43d1f83a80
https://github.com/llvm/llvm-project/commit/88235812a71d99c082e7aa2ef9356d43d1f83a80
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2019-11-19 (Tue, 19 Nov 2019)
Changed paths:
M llvm/bindings/go/llvm/dibuilder.go
Log Message:
-----------
[Bindings][Go] Fix go.test failure due to missing argument
go.test failed with error
```
/tmp/gopath431502532/src/llvm.org/llvm/bindings/go/llvm/dibuilder.go:514:40: not enough arguments in call to _Cfunc_LLVMDIBuilderCreateTypedef
have (_Ctype_LLVMDIBuilderRef, _Ctype_LLVMMetadataRef, *_Ctype_char, _Ctype_ulong, _Ctype_LLVMMetadataRef, _Ctype_uint, _Ctype_LLVMMetadataRef)
want (*_Ctype_struct_LLVMOpaqueDIBuilder, *_Ctype_struct_LLVMOpaqueMetadata, *_Ctype_char, _Ctype_ulong, *_Ctype_struct_LLVMOpaqueMetadata, _Ctype_uint, *_Ctype_struct_LLVMOpaqueMetadata, _Ctype_uint)
```
This patch fixes above error.
Differential Revision: https://reviews.llvm.org/D70360
More information about the All-commits
mailing list