]> granicus.if.org Git - llvm/commitdiff
Remove Go Attribute type that was deleted from the C API in r286062.
authorDavid L. Jones <dlj@google.com>
Mon, 7 Nov 2016 18:38:49 +0000 (18:38 +0000)
committerDavid L. Jones <dlj@google.com>
Mon, 7 Nov 2016 18:38:49 +0000 (18:38 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286131 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/go/llvm/ir.go

index f6a8415a389b8ae9beb15ce15d5d87d6891c20b7..f399c1c800b144365ae18e4b717409295d369b81 100644 (file)
@@ -58,7 +58,6 @@ type (
        Metadata struct {
                C C.LLVMMetadataRef
        }
-       Attribute        uint64
        Opcode           C.LLVMOpcode
        TypeKind         C.LLVMTypeKind
        Linkage          C.LLVMLinkage