summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDavid Zarzycki <dave@znu.io>2019-09-12 06:50:33 +0000
committerDavid Zarzycki <dave@znu.io>2019-09-12 06:50:33 +0000
commitc167402183aafdfb0f985979431ebafc43f59acf (patch)
treeb3df6e7af93f5ce0c209fa2372b29ae9393310b2 /clang/test
parentb8dd07527568e869b4ccfbd8110eef93f196b515 (diff)
downloadbcm5719-llvm-c167402183aafdfb0f985979431ebafc43f59acf.tar.gz
bcm5719-llvm-c167402183aafdfb0f985979431ebafc43f59acf.zip
[WebAssembly] Add REQUIRES to test
llvm-svn: 371710
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGenCXX/wasm-eh.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/wasm-eh.cpp b/clang/test/CodeGenCXX/wasm-eh.cpp
index 6005701f234..af60d636ab8 100644
--- a/clang/test/CodeGenCXX/wasm-eh.cpp
+++ b/clang/test/CodeGenCXX/wasm-eh.cpp
@@ -1,6 +1,7 @@
// 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