[lldb-dev] Building lldb on OS X
Keno Fischer
kfischer at college.harvard.edu
Wed Jul 23 08:43:07 PDT 2014
While building on OS X I have been sent reports of the following (I
did see it myself at one point as well, but worked around it). I tried
including SafeMachO.h but that caused other problems in the llvm
headers. What's the proper way to get around this other than `#define
CPU_SUBTYPE_X86_64_H 8`?
lldb/source/Host/common/Host.cpp:371:68: error: use of undeclared
identifier 'CPU_SUBTYPE_X86_64_H'
if (cpusubtype == CPU_SUBTYPE_486 || cpusubtype ==
CPU_SUBTYPE_X86_64_H)
Keno
More information about the lldb-dev
mailing list