[Lldb-commits] [PATCH] D87051: scan-build-py: fix multiprocessing error

Louis Dionne via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 2 15:15:36 PDT 2020


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



More information about the lldb-commits mailing list