[clang] [RISCV] Set __GCC_CONSTRUCTIVE_SIZE/__GCC_DESTRUCTIVE_SIZE to 64 (PR #162986)
Philip Reames via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 7 08:33:53 PST 2025
================
@@ -580,6 +580,8 @@ RISC-V Support
- Add `-march=unset` to clear any previous `-march=` value. This ISA string will
be computed from `-mcpu` or the platform default.
+- `__GCC_CONSTRUCTIVE_SIZE` and `__GCC_DESTRUCTIVE_SIZE` are changed to 64.
----------------
preames wrote:
Can you add a link to some of the existing documentation on these being unstable? Don't repeat the warning, but a pointer on where to look in docs would be good.
https://github.com/llvm/llvm-project/pull/162986
More information about the cfe-commits
mailing list