================ @@ -4428,6 +4428,15 @@ void TargetProperties::SetDisableSTDIO(bool b) { const uint32_t idx = ePropertyDisableSTDIO; SetPropertyAtIndex(idx, b); } +std::optional<llvm::StringRef> +TargetProperties::GetLaunchWorkingDirectory() const { ---------------- DavidSpickett wrote:
If it's not used when empty should this just return llvm::StringRef? I get the logical purity of using optional, but if we're defining some value of it as the "null" value anyway we don't have to use optional. https://github.com/llvm/llvm-project/pull/113521 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits