mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 00:35:43 +00:00
Revert "[Bindings][Go] Fix go.test failure due to missing argument"
This reverts commit 88235812a71d99c082e7aa2ef9356d43d1f83a80 due to d27a16eb392f39f9ee04ff5194b1eff3e189e6f8.
This commit is contained in:
parent
6f66840d08
commit
8758920112
@ -500,12 +500,11 @@ func (d *DIBuilder) CreateArrayType(t DIArrayType) Metadata {
|
||||
|
||||
// DITypedef holds the values for creating typedef type debug metadata.
|
||||
type DITypedef struct {
|
||||
Type Metadata
|
||||
Name string
|
||||
File Metadata
|
||||
Line int
|
||||
Context Metadata
|
||||
AlignInBits int
|
||||
Type Metadata
|
||||
Name string
|
||||
File Metadata
|
||||
Line int
|
||||
Context Metadata
|
||||
}
|
||||
|
||||
// CreateTypedef creates typedef type debug metadata.
|
||||
@ -520,7 +519,6 @@ func (d *DIBuilder) CreateTypedef(t DITypedef) Metadata {
|
||||
t.File.C,
|
||||
C.unsigned(t.Line),
|
||||
t.Context.C,
|
||||
C.unsigned(t.AlignInBits),
|
||||
)
|
||||
return Metadata{C: result}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user