summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-01 08:53:02 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-01 08:53:02 +0100
commitedc661ccfcba5f7aa5b3582db6295d109f69e381 (patch)
tree96e3a400b13395c23ae4cda78c5b056e5d78e2d8 /dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
parent00ccc4cfdd391e2f37e601c55af7a55081ac73d9 (diff)
LCRT: Update symbol of __libcompiler_unreachable and implement it.
Diffstat (limited to 'dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc')
-rw-r--r--dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc2
1 files changed, 1 insertions, 1 deletions
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);