summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AllocationOrder.h
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2016-05-18 23:59:24 +0000
committerEnrico Granata <egranata@apple.com>2016-05-18 23:59:24 +0000
commit109dd2e2a2111f37f62fc0d92cec2a9738f34261 (patch)
treed5fbdbdd54d1d1bf72f4d0c3e7f405bc9b724712 /llvm/lib/CodeGen/AllocationOrder.h
parente006202a4d854a3cb3c8139310c15009dd030593 (diff)
downloadbcm5719-llvm-109dd2e2a2111f37f62fc0d92cec2a9738f34261.tar.gz
bcm5719-llvm-109dd2e2a2111f37f62fc0d92cec2a9738f34261.zip
Fix an issue where debugserver would not properly vend OS version information on iOS devices
The __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED macro is only defined on OS X, so the check as written compiled the code out for iOS The right thing to do is compile the code out for older OSX versions, but leave iOS alone rdar://26333564 llvm-svn: 270004
Diffstat (limited to 'llvm/lib/CodeGen/AllocationOrder.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud