kastiglione added inline comments.
================ Comment at: lldb/scripts/generate-project.py:21 +def generate_c_header(directory: str, index: int) -> None: + header_path = f"{directory}/obj{index}.h" + with open(header_path, "w") as f: ---------------- kastiglione wrote: > os.path.join to be windows friendly? I just noticed the contents of the makefiles also have forward slashes, so I retract my comment. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D152569/new/ https://reviews.llvm.org/D152569 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits