forked from OSchip/llvm-project
Fix typeo in CPU_TYPE_ARM64_32 for older SDKs.
This commit is contained in:
parent
d47133adad
commit
54a873b158
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
#ifndef CPU_TYPE_ARM64_32
|
#ifndef CPU_TYPE_ARM64_32
|
||||||
#define CPU_ARCH_ABI64_32 0x02000000
|
#define CPU_ARCH_ABI64_32 0x02000000
|
||||||
#define (CPU_TYPE_ARM | CPU_ARCH_ABI64_32)
|
#define CPU_TYPE_ARM64_32 (CPU_TYPE_ARM | CPU_ARCH_ABI64_32)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <TargetConditionals.h> // for TARGET_OS_TV, TARGET_OS_WATCH
|
#include <TargetConditionals.h> // for TARGET_OS_TV, TARGET_OS_WATCH
|
||||||
|
|
Loading…
Reference in New Issue