================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits