diff options
| author | David L. Jones <dlj@google.com> | 2016-11-07 18:38:49 +0000 |
|---|---|---|
| committer | David L. Jones <dlj@google.com> | 2016-11-07 18:38:49 +0000 |
| commit | 986480032b4bce6884c49fc4f786d5d6df031603 (patch) | |
| tree | 841a6ee7cbf3c73176fe6461f0149c2e0f8c927d | |
| parent | da4229b1612c4294afc651306e5e72f8a95df58f (diff) | |
| download | bcm5719-llvm-986480032b4bce6884c49fc4f786d5d6df031603.tar.gz bcm5719-llvm-986480032b4bce6884c49fc4f786d5d6df031603.zip | |
Remove Go Attribute type that was deleted from the C API in r286062.
Summary:
The C++ side of the Go bindings were updated in r286085, r286086, and r286087,
but those did not remove this type.
Reviewers: djasper
Subscribers: axw
Differential Revision: https://reviews.llvm.org/D26337
llvm-svn: 286131
| -rw-r--r-- | llvm/bindings/go/llvm/ir.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/bindings/go/llvm/ir.go b/llvm/bindings/go/llvm/ir.go index f6a8415a389..f399c1c800b 100644 --- a/llvm/bindings/go/llvm/ir.go +++ b/llvm/bindings/go/llvm/ir.go @@ -58,7 +58,6 @@ type ( Metadata struct { C C.LLVMMetadataRef } - Attribute uint64 Opcode C.LLVMOpcode TypeKind C.LLVMTypeKind Linkage C.LLVMLinkage |

