]> granicus.if.org Git - llvm/commitdiff
Fix bad go bindings test.
authorRichard Trieu <rtrieu@google.com>
Fri, 31 May 2019 03:45:11 +0000 (03:45 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 31 May 2019 03:45:11 +0000 (03:45 +0000)
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

index 5dd0598c012689286194f61b090feb807eccd721..601a22589d70b86219dfc97290b6c107198049cf 100644 (file)
@@ -51,7 +51,6 @@ func TestAttributes(t *testing.T) {
                "sanitize_address",
                "alwaysinline",
                "builtin",
-               "byval",
                "convergent",
                "inalloca",
                "inlinehint",