clayborg added a comment. Might be a better idea to realpath this once in the setup code instead of calling realpath thousands and thousands of times? Maybe we just santize "LLDB_TEST" and "LLDB_BUILD" one time with top level code like:
os.environ["LLDB_TEST"] = os.path.realpath(os.environ["LLDB_TEST"]) os.environ["LLDB_BUILD"] = os.path.realpath(os.environ["LLDB_BUILD"]) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70887/new/ https://reviews.llvm.org/D70887 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits