diff options
author | Kai Luo <lkail@cn.ibm.com> | 2019-11-17 09:58:42 +0800 |
---|---|---|
committer | Kai Luo <lkail@cn.ibm.com> | 2019-11-19 09:07:37 +0800 |
commit | 88235812a71d99c082e7aa2ef9356d43d1f83a80 (patch) | |
tree | 0d153f864fd5719062bb94add2c3fcde252fbd49 /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py | |
parent | a921f587f7b0df7dc37ff44117321cfa7849edb6 (diff) | |
download | bcm5719-llvm-88235812a71d99c082e7aa2ef9356d43d1f83a80.tar.gz bcm5719-llvm-88235812a71d99c082e7aa2ef9356d43d1f83a80.zip |
[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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions