================
@@ -0,0 +1,13 @@
+// RUN: %clang_cc1 %s -triple wasm32-unknown-unknown -fexceptions 
-fcxx-exceptions -emit-llvm -o - -std=c++11 2>&1 | FileCheck %s
----------------
aheejin wrote:

We don't do anything differently wrt EH depending on whether it is `unknown` or 
`emscripten` triple. But given that this test only applies to Emscripten, I 
changed it to `wasm-unknown-emscripten`.

https://github.com/llvm/llvm-project/pull/129020
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to