[Lldb-commits] [lldb] [lldb][Linux] Moving APIs from HostInfoLinux to HostInfoPosix (PR #119694)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 19 02:08:20 PST 2024
================
@@ -139,8 +178,38 @@ FileSpec HostInfoPosix::GetDefaultShell() {
return FileSpec("/bin/sh");
}
+// Keeping the original one for reference
+// bool HostInfoPosix::ComputeSupportExeDirectory(FileSpec &file_spec) {
+// return ComputePathRelativeToLibrary(file_spec, "/bin");
+// }
----------------
DavidSpickett wrote:
Please remove this.
https://github.com/llvm/llvm-project/pull/119694
More information about the lldb-commits
mailing list