summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2019-09-12 06:56:17 +0000
committerHeejin Ahn <aheejin@gmail.com>2019-09-12 06:56:17 +0000
commit75f65fe8d316407c5dd7cd9bfdfc760203947aa1 (patch)
treecdd0fcf4b311a2e2a6bf0d280eee39f4afe14781
parentc4712fda7c6c27fae1ce2a1b0cc28ecbbdf5f53a (diff)
downloadbcm5719-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.cpp1
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;
OpenPOWER on IntegriCloud