diff options
| author | Heejin Ahn <aheejin@gmail.com> | 2019-09-12 06:56:17 +0000 |
|---|---|---|
| committer | Heejin Ahn <aheejin@gmail.com> | 2019-09-12 06:56:17 +0000 |
| commit | 75f65fe8d316407c5dd7cd9bfdfc760203947aa1 (patch) | |
| tree | cdd0fcf4b311a2e2a6bf0d280eee39f4afe14781 | |
| parent | c4712fda7c6c27fae1ce2a1b0cc28ecbbdf5f53a (diff) | |
| download | bcm5719-llvm-75f65fe8d316407c5dd7cd9bfdfc760203947aa1.tar.gz bcm5719-llvm-75f65fe8d316407c5dd7cd9bfdfc760203947aa1.zip | |
[WebAssembly] Delete duplicate REQUIRES line
r371710 and r371711 committed the same line, so this deletes one of
them.
llvm-svn: 371712
| -rw-r--r-- | clang/test/CodeGenCXX/wasm-eh.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/wasm-eh.cpp b/clang/test/CodeGenCXX/wasm-eh.cpp index 9425177df0a..2d56c6bd0cb 100644 --- a/clang/test/CodeGenCXX/wasm-eh.cpp +++ b/clang/test/CodeGenCXX/wasm-eh.cpp @@ -2,7 +2,6 @@ // RUN: %clang_cc1 %s -triple wasm32-unknown-unknown -fms-extensions -fexceptions -fcxx-exceptions -fwasm-exceptions -target-feature +exception-handling -emit-llvm -o - -std=c++11 | FileCheck %s // RUN: %clang_cc1 %s -triple wasm64-unknown-unknown -fms-extensions -fexceptions -fcxx-exceptions -fwasm-exceptions -target-feature +exception-handling -emit-llvm -o - -std=c++11 | FileCheck %s // RUN: %clang_cc1 %s -triple wasm32-unknown-unknown -fms-extensions -fexceptions -fcxx-exceptions -fwasm-exceptions -target-feature +exception-handling -S -o - -std=c++11 | FileCheck %s --check-prefix=ASSEMBLY -// REQUIRES: webassembly-registered-target void may_throw(); void dont_throw() noexcept; |

