diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-22 10:25:39 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-22 10:25:39 +0200 |
| commit | 8ad58a91a11380203c4a81fe4dc93e7734631b32 (patch) | |
| tree | 33278ad442e5f20c88c2701a3cb5dcbfd7d3f589 /dev/LibCompiler/src/CCompilerPower64.cc | |
| parent | ca022f27844a5475dab608bd1970c05494a67290 (diff) | |
refactor: Reworking the code base, for the C++Drv, and ARM64 assembler.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src/CCompilerPower64.cc')
| -rw-r--r-- | dev/LibCompiler/src/CCompilerPower64.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/src/CCompilerPower64.cc b/dev/LibCompiler/src/CCompilerPower64.cc index aa49768..91cd32f 100644 --- a/dev/LibCompiler/src/CCompilerPower64.cc +++ b/dev/LibCompiler/src/CCompilerPower64.cc @@ -125,7 +125,7 @@ static bool kIfFound = false; static size_t kBracesCount = 0UL; /* @brief C compiler backend for C */ -class CompilerFrontendPower64 final : public LibCompiler::ICompilerFrontend { +class CompilerFrontendPower64 final : public LibCompiler::CompilerFrontendInterface { public: explicit CompilerFrontendPower64() = default; ~CompilerFrontendPower64() override = default; @@ -1062,7 +1062,7 @@ skip_braces_check: ///////////////////////////////////////////////////////////////////////////////////////// -class AssemblyMountpointCLang final ASSEMBLY_INTERFACE { +class AssemblyMountpointCLang final LC_ASSEMBLY_INTERFACE { public: explicit AssemblyMountpointCLang() = default; ~AssemblyMountpointCLang() override = default; |
