[WebAssembly] Update test expectations
authorSam Clegg <sbc@chromium.org>
Mon, 1 Jun 2020 15:12:53 +0000 (08:12 -0700)
committerSam Clegg <sbc@chromium.org>
Mon, 1 Jun 2020 15:35:27 +0000 (08:35 -0700)
simd-2.C now compiles thanks to:
  https://github.com/WebAssembly/wasi-libc/pull/183

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

llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt

index 701b347..c9f7574 100644 (file)
@@ -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