From cd10c654a9f7ea3c3e849f73ed3393d99408eb13 Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Thu, 4 Jul 2019 00:24:35 +0000 Subject: [PATCH] [WebAssembly] Update test failure explanations git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365100 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/WebAssembly/known_gcc_test_failures.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/WebAssembly/known_gcc_test_failures.txt b/lib/Target/WebAssembly/known_gcc_test_failures.txt index 9345360efac..701b347bcbd 100644 --- a/lib/Target/WebAssembly/known_gcc_test_failures.txt +++ b/lib/Target/WebAssembly/known_gcc_test_failures.txt @@ -6,8 +6,8 @@ # error). The format is # # comment -# Computed gotos are not supported (Cannot select BlockAddress/BRIND) -20071220-1.c O2 +# blockaddress without an indirectbr still can't be supported +20071220-1.c O2 # Relocation against a BB address 20071220-2.c 990208-1.c label13.C O0 -- 2.50.1