diff options
author | Timm Bäder <tbaeder@redhat.com> | 2024-06-14 17:11:42 +0200 |
---|---|---|
committer | Timm Bäder <tbaeder@redhat.com> | 2024-06-15 05:41:59 +0200 |
commit | 904c53d53e7abc3916a679832ec4fa6e521e09b9 (patch) | |
tree | 194fa25a88c41747e62f4eb8bac69b145697e6f9 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | d7e4813a324f2e33726dec8c9a599cb342f0bde3 (diff) | |
download | llvm-904c53d53e7abc3916a679832ec4fa6e521e09b9.zip llvm-904c53d53e7abc3916a679832ec4fa6e521e09b9.tar.gz llvm-904c53d53e7abc3916a679832ec4fa6e521e09b9.tar.bz2 |
[clang][Interp] Use different inline descriptors for global variables
Most of the InlineDescriptor fields were unused for global variables.
But more importantly, we need to differentiate between global variables
that are uninitialized because they didn't have an initializer when we
originally created them, and ones that are uninitialized because they
DID have an initializer, but evaluating it failed.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions