We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e35bcf commit abaf565Copy full SHA for abaf565
clang/test/CodeGenCXX/wasm-em-eh.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 %s -triple wasm32-unknown-unknown -fexceptions -fcxx-exceptions -emit-llvm -o - -std=c++11 2>&1 | FileCheck %s
+// RUN: %clang_cc1 %s -triple wasm32-unknown-emscripten -fexceptions -fcxx-exceptions -emit-llvm -o - -std=c++11 2>&1 | FileCheck %s
2
3
// Test code generation for Wasm's Emscripten (JavaScript-style) EH.
4
0 commit comments