mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 06:33:21 +00:00
Tighten up sanity checking
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3706 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4bb13b8eb1
commit
dbc436cb07
@ -35,10 +35,8 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef LITTLE_ENDIAN
|
#if (!defined(LITTLE_ENDIAN) && !defined(BIG_ENDIAN)) || !defined(INT64_MAX)
|
||||||
#if !defined(BIG_ENDIAN) || !defined(INT64_MAX)
|
|
||||||
#error "include/Support/DataTypes.h could not determine endianness!"
|
#error "include/Support/DataTypes.h could not determine endianness!"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* LLVM_SUPPORT_DATATYPES_H */
|
#endif /* LLVM_SUPPORT_DATATYPES_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user