[llvm] r365100 - [WebAssembly] Update test failure explanations

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 17:24:36 PDT 2019


Author: dschuff
Date: Wed Jul  3 17:24:35 2019
New Revision: 365100

URL: http://llvm.org/viewvc/llvm-project?rev=365100&view=rev
Log:
[WebAssembly] Update test failure explanations

Modified:
    llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt

Modified: llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt?rev=365100&r1=365099&r2=365100&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt Wed Jul  3 17:24:35 2019
@@ -6,8 +6,8 @@
 # error). The format is
 # <name> <attributes> # 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




More information about the llvm-commits mailing list