diff options
author | Nikita Popov <npopov@redhat.com> | 2025-05-02 09:52:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-02 09:52:39 +0200 |
commit | a8ec6e8788832cff77ec855a2331438c937fb5da (patch) | |
tree | bb4854bea81653b51520b7b3f982f3b303a8353a /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 140c2b6d081b781b19f50bf1c4fbf4b17bfacdc1 (diff) | |
download | llvm-a8ec6e8788832cff77ec855a2331438c937fb5da.zip llvm-a8ec6e8788832cff77ec855a2331438c937fb5da.tar.gz llvm-a8ec6e8788832cff77ec855a2331438c937fb5da.tar.bz2 |
[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.
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions