labath added inline comments.

================
Comment at: lldb/include/lldb/Target/Platform.h:332
+  /// of them.
+  virtual std::vector<ArchSpec> GetSupportedArchitectures();
 
----------------
If all platforms (as I expect them to) implement this by maintaining a vector 
of supported architectures, this could be changed into an ArrayRef<ArchSpec>, 
but returning a value type for now simplifies the rollout.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113608

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

Reply via email to