diff options
author | Pavel Labath <pavel@labath.sk> | 2024-11-13 08:59:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 08:59:42 +0100 |
commit | ae7b5af904850db71308915836f32a8d79553dd8 (patch) | |
tree | 840ce6b81c94d6cd5ddd0e1a8931264cf34e07a0 /clang/unittests/Frontend/CompilerInvocationTest.cpp | |
parent | a4f3a10c0effa165071ad43cf8690e1762897533 (diff) | |
download | llvm-ae7b5af904850db71308915836f32a8d79553dd8.zip llvm-ae7b5af904850db71308915836f32a8d79553dd8.tar.gz llvm-ae7b5af904850db71308915836f32a8d79553dd8.tar.bz2 |
[lldb] Remove ConnectionFileDescriptor::child_process_inherit (#115861)
It's never set to true. Inheritable FDs are also dangerous as they can
end up processes which know nothing about them. It's better to
explicitly pass a specific FD to a specific subprocess, which we already
mostly can do using the ProcessLaunchInfo FileActions.
Diffstat (limited to 'clang/unittests/Frontend/CompilerInvocationTest.cpp')
0 files changed, 0 insertions, 0 deletions