diff options
author | JF Bastien <jfb@google.com> | 2016-02-22 20:37:34 +0000 |
---|---|---|
committer | JF Bastien <jfb@google.com> | 2016-02-22 20:37:34 +0000 |
commit | 437786cf6065d86ddc9e8e30ea545e59ed89394d (patch) | |
tree | 6bce170656a7894259c9ece78f8f7762c4e4698c /llvm/lib/Target/WebAssembly | |
parent | 2bc38701850ea612d40109e6e006c4d8f21cad0b (diff) | |
download | bcm5719-llvm-437786cf6065d86ddc9e8e30ea545e59ed89394d.tar.gz bcm5719-llvm-437786cf6065d86ddc9e8e30ea545e59ed89394d.zip |
WebAssembly: update expected failures
clang r261557 lowers va_arg in clang.
llvm-svn: 261564
Diffstat (limited to 'llvm/lib/Target/WebAssembly')
-rw-r--r-- | llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt index 0418212277e..bb8137c91fb 100644 --- a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt +++ b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt @@ -1,25 +1,5 @@ # Tests which are known to fail from the GCC torture test suite. -# Unknown type! -# UNREACHABLE executed at /s/llvm-upstream/llvm/lib/IR/ValueTypes.cpp:280! -# This is what happens when there is a struct operand to va_arg -920625-1.c -931004-10.c -931004-12.c -931004-14.c -931004-2.c -931004-4.c -931004-6.c -931004-8.c -pr44575.c -stdarg-3.c -strct-stdarg-1.c -strct-varg-1.c -va-arg-pack-1.c -va-arg-22.c -920908-1.c -pr38151.c - # multiple-entry loops are not supported yet. pr38051.c |