On 5/11/26 14:38, Pierrick Bouvier wrote:
On 5/11/2026 12:06 PM, Richard Henderson wrote:
Signed-off-by: Richard Henderson <[email protected]>
---
meson.build | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
Why?
Does LTO breaks anything in this case?
If the definition of target_info is available to lto, it will unify the const declaration
with the non-const definition. It will also constant propagate the
default-zero-initializer to the uses.
The gcc bug reference in the meson.build comment may or may not be instructive.
r~