clayborg added inline comments.

================
Comment at: source/API/SBHostOS.cpp:48
+  case ePathTypePythonDir:
+    fspec = ScriptInterpreterPython::GetPythonDir();
+    break;
----------------
Why is this here instead of inside of "HostInfo::GetLLDBPath(path_type, 
fspec);"? Does this mean internal code that calls:

```
HostInfo::GetLLDBPath(ePathTypePythonDir, fspec);
```

Won't work anymore? Also same for ePathTypeClangDir? Are we trying to solve a 
layering problems by hosing over internal clients?


https://reviews.llvm.org/D48215



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

Reply via email to