================
@@ -273,9 +273,19 @@ static bool printMarkupStackTrace(StringRef Argv0, void 
**StackTrace, int Depth,
 }
 
 // Include the platform-specific parts of this class.
-#ifdef LLVM_ON_UNIX
+#if defined(__wasi__)
+// WASI does not have signals.
----------------
jyknight wrote:

Move these stubs to WASI/Signals.inc for consistency with the other platform 
support files.

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

Reply via email to