Skip to content

Commit e88aea3

Browse files
committed
Fix configure/make builds on MacOSX.
Change by Keno Fischer. llvm-svn: 213904
1 parent 72ab1a5 commit e88aea3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/source/Host/common/Host.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
#include <mach/mach_init.h>
3838
#include <mach-o/dyld.h>
3939
#include <AvailabilityMacros.h>
40+
#ifndef CPU_SUBTYPE_X86_64_H
41+
#define CPU_SUBTYPE_X86_64_H ((cpu_subtype_t)8)
42+
#endif
4043
#endif
4144

4245
#if defined (__linux__) || defined (__FreeBSD__) || defined (__FreeBSD_kernel__) || defined (__APPLE__) || defined(__NetBSD__)

0 commit comments

Comments
 (0)