summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/Detail
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-05-04 19:15:24 +0200
committerAmlal <amlal@nekernel.org>2025-05-04 19:15:24 +0200
commit352fbc89ec1323ef92db81dd52175ac086352cfa (patch)
tree188fa2b605e43414d72f3a2f09a2f2971a48f00d /dev/LibCompiler/Detail
parentea991f7e7c882c6e36ed2f6042d025edc9baf49f (diff)
bug(cxxdrv): isolating segfault on cxxdrv.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/Detail')
-rw-r--r--dev/LibCompiler/Detail/ClUtils.h3
1 files changed, 1 insertions, 2 deletions
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