================
@@ -249,6 +249,9 @@ aliasname:
\
#define WEAK_ALIAS(name, aliasname)
#define NO_EXEC_STACK_DIRECTIVE
+#elif defined(__wasm__)
+#define NO_EXEC_STACK_DIRECTIVE
+
// clang-format on
----------------
sbc100 wrote:
This line looks like it should be moved up to right after that
`DEFINE_LIBUNWIND_FUNCTION_AND_WEAK_ALIAS` macro?
https://github.com/llvm/llvm-project/pull/156087
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits