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.
1 parent 340cb19 commit 71ba05bCopy full SHA for 71ba05b
llvm/include/llvm/ADT/bit.h
@@ -28,7 +28,8 @@
28
#endif
29
30
#if defined(__linux__) || defined(__GNU__) || defined(__HAIKU__) || \
31
- defined(__Fuchsia__) || defined(__EMSCRIPTEN__) || defined(__OpenBSD__)
+ defined(__Fuchsia__) || defined(__EMSCRIPTEN__) || defined(__NetBSD__) || \
32
+ defined(__OpenBSD__) || defined(__DragonFly__)
33
#include <endian.h>
34
#elif defined(_AIX)
35
#include <sys/machine.h>
0 commit comments