[all-commits] [llvm/llvm-project] f20310: Reapply: [Host.mm] Check for the right macro inste...
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Wed Apr 1 15:27:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f203100ebe22bf97a4268a562cdbef22d14db915
https://github.com/llvm/llvm-project/commit/f203100ebe22bf97a4268a562cdbef22d14db915
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
M lldb/source/Host/macosx/objcxx/Host.mm
Log Message:
-----------
Reapply: [Host.mm] Check for the right macro instead of inlining it
Previously, this was reverted in bf65f19b becuase it checked whether
TARGET_OS_EMBEDDED is defined, but that macro is always defined.
Update the condition to check that TARGET_OS_OSX is true.
More information about the All-commits
mailing list