diff options
author | Shoaib Meenai <smeenai@fb.com> | 2021-11-22 14:34:42 -0800 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2021-11-22 15:02:30 -0800 |
commit | 2f5d6a0ea51b8c9ac3d241dbdd05f96e35193a26 (patch) | |
tree | 2dd04e24bca8cfe8bcefcf768483baa92bd36ee4 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | ae5348a38eb1668cd9042d9a5207dc32bc4edb87 (diff) | |
download | llvm-2f5d6a0ea51b8c9ac3d241dbdd05f96e35193a26.zip llvm-2f5d6a0ea51b8c9ac3d241dbdd05f96e35193a26.tar.gz llvm-2f5d6a0ea51b8c9ac3d241dbdd05f96e35193a26.tar.bz2 |
[MachO] Fix struct size assertion
std::vector can have different sizes depending on the STL's debug level,
so account for its size separately. (You could argue that we should be
accounting for all the other members separately as well, but that would
be very unergonomic, and std::vector is the only one that's caused
problems so far.)
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions