JDevlieghere added inline comments.
================ Comment at: lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm:372 + if (!developer_dir.empty()) + xcrun_cmd = "/usr/bin/env DEVELOPER_DIR=" + developer_dir + " "; + xcrun_cmd += "xcrun --show-sdk-path --sdk " + sdk_name; ---------------- Not something you should fix for this patch, but `RunShellCommand` should be able to take environment variables. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D81210/new/ https://reviews.llvm.org/D81210 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits