[clang] [clang-tools-extra] [llvm] [LLVM][CLANG] Update signal-handling behavior to comply with POSIX (PR #169340)
David Tenty via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 4 09:07:54 PST 2026
================
@@ -36,10 +36,13 @@ namespace llvm {
class InitLLVM {
public:
LLVM_ABI InitLLVM(int &Argc, const char **&Argv,
- bool InstallPipeSignalExitHandler = true);
- InitLLVM(int &Argc, char **&Argv, bool InstallPipeSignalExitHandler = true)
+ bool InstallPipeSignalExitHandler = true,
+ bool IsClandDriver = false);
----------------
daltenty wrote:
nit: I think you forgot a rename here
https://github.com/llvm/llvm-project/pull/169340
More information about the cfe-commits
mailing list