From edc661ccfcba5f7aa5b3582db6295d109f69e381 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 1 Mar 2025 08:53:02 +0100 Subject: LCRT: Update symbol of __libcompiler_unreachable and implement it. --- dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibCompiler/src') diff --git a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc index 1986d61..6ef2797 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc @@ -925,7 +925,7 @@ LIBCOMPILER_MODULE(CPlusPlusPreprocessorMain) Detail::bpp_macro macro_unreachable; macro_unreachable.fName = "__unreachable"; - macro_unreachable.fValue = "__cxx_libcompiler_unreachable"; + macro_unreachable.fValue = "__libcompiler_unreachable"; kMacros.push_back(macro_unreachable); -- cgit v1.2.3