[Lldb-commits] [PATCH] D84537: [lldb/AppleSimulator] Always provide a -simulator environment

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 24 18:47:15 PDT 2020


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

This looks much cleaner!



================
Comment at: lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp:155
+      "x86_64-apple-tvos-simulator",
+      "x86_64h-apple-tvos-simulator",
+  };
----------------
nit: it's weird that x86_64h comes after x86_64. All the others are sorted by newest first.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84537





More information about the lldb-commits mailing list