We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0131ba + 2704009 commit 91be29aCopy full SHA for 91be29a
stdlib/include/llvm/Support/SwapByteOrder.h
@@ -21,7 +21,7 @@
21
#include <stdlib.h>
22
#endif
23
24
-#if defined(__linux__) || defined(__GNU__) || defined(__HAIKU__)
+#if defined(__linux__) || defined(__GNU__) || defined(__HAIKU__) || defined(__wasi__)
25
#include <endian.h>
26
#elif defined(_AIX)
27
#include <sys/machine.h>
0 commit comments