ldionne accepted this revision. ldionne added a comment. This revision is now accepted and ready to land.
From the docs: > `multiprocessing.freeze_support()` > Add support for when a program which uses multiprocessing has been frozen to > produce a Windows executable. (Has been tested with py2exe, PyInstaller and > cx_Freeze.) > > One needs to call this function straight after the `if __name__ == > '__main__'` line of the main module. For example: [...] So this looks right to me, but I'm not a Clang owner. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D87051/new/ https://reviews.llvm.org/D87051 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits