[llvm] r286131 - Remove Go Attribute type that was deleted from the C API in r286062.

David L. Jones via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 10:38:50 PST 2016


Author: dlj
Date: Mon Nov  7 12:38:49 2016
New Revision: 286131

URL: http://llvm.org/viewvc/llvm-project?rev=286131&view=rev
Log:
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

Modified:
    llvm/trunk/bindings/go/llvm/ir.go

Modified: llvm/trunk/bindings/go/llvm/ir.go
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/go/llvm/ir.go?rev=286131&r1=286130&r2=286131&view=diff
==============================================================================
--- llvm/trunk/bindings/go/llvm/ir.go (original)
+++ llvm/trunk/bindings/go/llvm/ir.go Mon Nov  7 12:38:49 2016
@@ -58,7 +58,6 @@ type (
 	Metadata struct {
 		C C.LLVMMetadataRef
 	}
-	Attribute        uint64
 	Opcode           C.LLVMOpcode
 	TypeKind         C.LLVMTypeKind
 	Linkage          C.LLVMLinkage




More information about the llvm-commits mailing list