llvm-project
a8ec6e87 - [IR] Require that global value initializers are sized (#137358)

Commit
151 days ago
[IR] Require that global value initializers are sized (#137358) While external globals can be unsized, I don't think an unsized initializer makes sense. It seems like the backend currently ends up treating this as a zero-size global. If people want that behavior, they should declare it as such.
Author
Parents
Loading