[llvm] 26c78e3 - [WebAssembly] Update test expectations

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 08:35:42 PDT 2020


Author: Sam Clegg
Date: 2020-06-01T08:35:27-07:00
New Revision: 26c78e3095f42c066804cf517339002a1028ed61

URL: https://github.com/llvm/llvm-project/commit/26c78e3095f42c066804cf517339002a1028ed61
DIFF: https://github.com/llvm/llvm-project/commit/26c78e3095f42c066804cf517339002a1028ed61.diff

LOG: [WebAssembly] Update test expectations

simd-2.C now compiles thanks to:
  https://github.com/WebAssembly/wasi-libc/pull/183

Differential Revision: https://reviews.llvm.org/D80930

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
index 701b347bcbd7..c9f7574b9a41 100644
--- a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
+++ b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
@@ -86,7 +86,6 @@ lifetime2.C  # violates C++ DR1696
 
 # WASI doesn't have stdjmp.h yet
 pr56982.c
-simd-2.C
 
 # WASI doesn't have pthread.h yet
 thread_local3.C


        


More information about the llvm-commits mailing list