diff options
author | JF Bastien <jfb@google.com> | 2015-12-09 15:52:57 +0000 |
---|---|---|
committer | JF Bastien <jfb@google.com> | 2015-12-09 15:52:57 +0000 |
commit | 88f8014e8ebbb8b43f669e6573db27c5ff432137 (patch) | |
tree | dc6ff1934c5ec7b171f1c4079a769e9c2aaeb245 | |
parent | 35b952ac3e9b5a0929539e959cd167a88b2cb8b2 (diff) | |
download | bcm5719-llvm-88f8014e8ebbb8b43f669e6573db27c5ff432137.tar.gz bcm5719-llvm-88f8014e8ebbb8b43f669e6573db27c5ff432137.zip |
WebAssembly: add missing failure to the list.
llvm-svn: 255119
-rw-r--r-- | llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt index 1e72ad6d5a9..ca0fe204fd4 100644 --- a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt +++ b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt @@ -390,6 +390,7 @@ pr17377.c # Error: invalid output constraint '=t' in asm. 990413-2.c +990826-0.c # Error: __builtin_setjmp / __builtin_longjmp is not supported for the current target. built-in-setjmp.c |