From 7a9c1dcc3ec7e5332ca082b5dcdd9cafed0f7341 Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Fri, 31 May 2019 03:45:11 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362189 91177308-0d34-0410-b5e6-96231b3b80d8 --- bindings/go/llvm/ir_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/go/llvm/ir_test.go b/bindings/go/llvm/ir_test.go index 5dd0598c012..601a22589d7 100644 --- a/bindings/go/llvm/ir_test.go +++ b/bindings/go/llvm/ir_test.go @@ -51,7 +51,6 @@ func TestAttributes(t *testing.T) { "sanitize_address", "alwaysinline", "builtin", - "byval", "convergent", "inalloca", "inlinehint", -- 2.40.0