Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc] Added missing operator delete generated by gcc/clang (#67457)
This patch adds two operators delete that are being generated by clang 15 on rv32 (operator delete(void *mem, std::align_val_t)) and by gcc 13 on intel 64 (operator delete(void *mem, unsigned long)).
- Loading branch information