aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp:233
+          case llvm::Triple::EnvironmentType::Simulator:
+          case llvm::Triple::EnvironmentType::UnknownEnvironment:
+          case llvm::Triple::EnvironmentType::MacABI:
----------------
Can you add a comment here that this is to support older compilers that don't 
support the -simulator environment yet?


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D67869



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to