llvm-project/llvm/test/Transforms/LowerGlobalDestructors
Nikita Popov b4307437e5 [ModuleUtils] Handle globals_ctors/dtors with non-literal type (PR56809)
If the global already exists, use its existing type, so we don't
try to mix literal and non-literal structs among the elements.

Fixes https://github.com/llvm/llvm-project/issues/56809.
2023-03-21 16:19:05 +01:00
..