[llvm] r362189 - Fix bad go bindings test.

Richard Trieu via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 20:45:11 PDT 2019


Author: rtrieu
Date: Thu May 30 20:45:11 2019
New Revision: 362189

URL: http://llvm.org/viewvc/llvm-project?rev=362189&view=rev
Log:
Fix bad go bindings test.

After r362128, the "byval" attribute has a stricter check and will cause an
assertion.  Remove the "byval" test case for now.

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

Modified: llvm/trunk/bindings/go/llvm/ir_test.go
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/go/llvm/ir_test.go?rev=362189&r1=362188&r2=362189&view=diff
==============================================================================
--- llvm/trunk/bindings/go/llvm/ir_test.go (original)
+++ llvm/trunk/bindings/go/llvm/ir_test.go Thu May 30 20:45:11 2019
@@ -51,7 +51,6 @@ func TestAttributes(t *testing.T) {
 		"sanitize_address",
 		"alwaysinline",
 		"builtin",
-		"byval",
 		"convergent",
 		"inalloca",
 		"inlinehint",




More information about the llvm-commits mailing list