[clang] [clang][PAC] Support trivially_relocating polymorphic objects (PR #144420)

John McCall via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 17 14:20:50 PDT 2025


https://github.com/rjmccall commented:

If it's not a bitwise copy, it's by definition not a trivial relocation, so I don't think this works. I think you're arguing for some kind of intermediate "non-failing relocation" feature.

Are we really reporting polymorphic class types as trivially relocatable?

https://github.com/llvm/llvm-project/pull/144420


More information about the cfe-commits mailing list