[Lldb-commits] [PATCH] D73938: [Host.mm] Check for the right macro instead of inlining it

Vedant Kumar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 10 14:42:51 PST 2020


vsk reopened this revision.
vsk added a comment.
This revision is now accepted and ready to land.

Reverted in bf65f19bce88fd9f1a74154d92afe37193ecd7a5 <https://reviews.llvm.org/rGbf65f19bce88fd9f1a74154d92afe37193ecd7a5>. Jason pointed out this breaks macOS, as TARGET_OS_EMBEDDED is always defined (just not always to 1). Let's try this again.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73938/new/

https://reviews.llvm.org/D73938





More information about the lldb-commits mailing list