================
@@ -254,6 +254,8 @@ aliasname:                                                  
                   \
 #define NO_EXEC_STACK_DIRECTIVE
 
 // clang-format on
+#elif defined(__wasm__)
+
----------------
cpetig wrote:

In my version of llvm (76dac58) `#include "assembly.h"` is guarded with `#if 
!defined(__wasm__)` in `in `libunwind/src/UnwindRegisterSave.S` and 
`...Restore.S`, so this change might no longer be necessary.

https://github.com/llvm/llvm-project/pull/168449
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to