diff options
author | Connor Sughrue <55301806+cpsughrue@users.noreply.github.com> | 2024-02-26 21:04:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 21:04:11 -0500 |
commit | 86f6caa562255f81b93e72a501a926b17f5ad244 (patch) | |
tree | c4496c86a883deb781da2c6364800e42e13d6abb /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | 3892e8e59ce4b85fc191a273106d7342f74d5d68 (diff) | |
download | llvm-86f6caa562255f81b93e72a501a926b17f5ad244.zip llvm-86f6caa562255f81b93e72a501a926b17f5ad244.tar.gz llvm-86f6caa562255f81b93e72a501a926b17f5ad244.tar.bz2 |
[llvm][Support] Add support for executing a detached process (#81708)
Adds a new parameter, `bool DetachProcess` with a default option of
`false`, to `llvm::sys::ExecuteNoWait`, which, when set to `true`,
executes the specified program without a controlling terminal.
Functionality added so that the module build daemon can be run without a
controlling terminal.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions