aprantl added inline comments.

================
Comment at: lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm:423
+        if (path.RemoveLastPathComponent()) {
+          developer_dir = path.GetPath();
+          std::string sdk = xcrun(developer_dir, sdk_name);
----------------
Can you use a fresh std::string with a different name here?


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

https://reviews.llvm.org/D88866

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

Reply via email to