mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
Fix DragonFly BSD define in compiler-rt.
llvm-svn: 85726
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
/* .. */
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonflyBSD__)
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
|
||||
#include <sys/endian.h>
|
||||
|
||||
#if _BYTE_ORDER == _BIG_ENDIAN
|
||||
|
||||
Reference in New Issue
Block a user