From 352fbc89ec1323ef92db81dd52175ac086352cfa Mon Sep 17 00:00:00 2001 From: Amlal Date: Sun, 4 May 2025 19:15:24 +0200 Subject: bug(cxxdrv): isolating segfault on cxxdrv. Signed-off-by: Amlal --- dev/LibCompiler/Detail/ClUtils.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev/LibCompiler/Detail') diff --git a/dev/LibCompiler/Detail/ClUtils.h b/dev/LibCompiler/Detail/ClUtils.h index 5ec9857..feb17fc 100644 --- a/dev/LibCompiler/Detail/ClUtils.h +++ b/dev/LibCompiler/Detail/ClUtils.h @@ -51,8 +51,7 @@ inline void print_warning(std::string reason, std::string file) noexcept { /// @internal inline void segfault_handler(std::int32_t _) { - pfd::notify("LibCompiler", - "Driver just crashed, please report this to the developers."); + pfd::notify("LibCompiler", "Driver just crashed, please report this to the developers."); std::exit(LIBCOMPILER_EXEC_ERROR); } } // namespace Detail -- cgit v1.2.3