diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-08 10:28:10 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-08 10:28:10 +0100 |
| commit | f5a153c3f888f82edaf5038e5762f9bd70356db4 (patch) | |
| tree | 02d3a8f71796105a7e6780eb3327b2c2724e70d5 /dev/LibCompiler/NFC/String.h | |
| parent | c3b10ee1e28737375d65c3811f390d77a84fc165 (diff) | |
KAN-8: Compiler tweaks and AARCH64 in progress.
- Refactor C compilers.
- Add Encoder for ARM64.
- Add and working on assembler for AARCH64.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/NFC/String.h')
| -rw-r--r-- | dev/LibCompiler/NFC/String.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/NFC/String.h b/dev/LibCompiler/NFC/String.h index 1a9c0c4..99f6c8b 100644 --- a/dev/LibCompiler/NFC/String.h +++ b/dev/LibCompiler/NFC/String.h @@ -42,7 +42,7 @@ namespace LibCompiler } } - TOOLCHAINKIT_COPY_DEFAULT(StringView); + LIBCOMPILER_COPY_DEFAULT(StringView); CharType* Data(); const CharType* CData() const; |
