From: Richard Trieu Date: Fri, 31 May 2019 03:45:11 +0000 (+0000) Subject: Fix bad go bindings test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a9c1dcc3ec7e5332ca082b5dcdd9cafed0f7341;p=llvm 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 --- 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",