================
@@ -6,6 +6,8 @@
 //
 
//===----------------------------------------------------------------------===//
 
+#if !defined(__wasm__)
----------------
arjunr2 wrote:

The WALI targets add the `__linux__` define, which is used under specific cases 
in `assembly.h`. Figured since the header is not used anywhere else besides 
here and not used for any of the wasm target, it would make sense to gate it 
completely 

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

Reply via email to