[all-commits] [llvm/llvm-project] 86f6ca: [llvm][Support] Add support for executing a detach...
Connor Sughrue via All-commits
all-commits at lists.llvm.org
Mon Feb 26 18:04:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86f6caa562255f81b93e72a501a926b17f5ad244
https://github.com/llvm/llvm-project/commit/86f6caa562255f81b93e72a501a926b17f5ad244
Author: Connor Sughrue <55301806+cpsughrue at users.noreply.github.com>
Date: 2024-02-26 (Mon, 26 Feb 2024)
Changed paths:
M llvm/include/llvm/Support/Program.h
M llvm/lib/Support/Program.cpp
M llvm/lib/Support/Unix/Program.inc
M llvm/lib/Support/Windows/Program.inc
M llvm/unittests/Support/ProgramTest.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list