aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2021-11-22 14:34:42 -0800
committerShoaib Meenai <smeenai@fb.com>2021-11-22 15:02:30 -0800
commit2f5d6a0ea51b8c9ac3d241dbdd05f96e35193a26 (patch)
tree2dd04e24bca8cfe8bcefcf768483baa92bd36ee4 /llvm/lib/CodeGen/MachineFunction.cpp
parentae5348a38eb1668cd9042d9a5207dc32bc4edb87 (diff)
downloadllvm-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