mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 16:56:05 +00:00

It's never set to true. Also, using inheritable FDs in a multithreaded process pretty much guarantees descriptor leaks. It's better to explicitly pass a specific FD to a specific subprocess, which we already mostly can do using the ProcessLaunchInfo FileActions.