nikalra wrote: > Any reason you're not using llvm::filesystem API instead? `std::filesystem::path` is bridged to `pathlib.Path` in Python so we'd get a cleaner API surface (versus using String). https://github.com/llvm/llvm-project/pull/125736