diff options
| author | Jez Ng <jezng@fb.com> | 2021-08-25 22:46:48 -0400 |
|---|---|---|
| committer | Jez Ng <jezng@fb.com> | 2021-08-26 18:52:06 -0400 |
| commit | 2179930868f6166deccbf21f2f7565ec7666ff70 (patch) | |
| tree | 62bfc1759182f471fd3daeedb8ab71c0c1245242 /libcxx/include/__algorithm/comp.h | |
| parent | 1e35a7690d778d0e03add6c8ea33888d46199326 (diff) | |
| download | llvm-2179930868f6166deccbf21f2f7565ec7666ff70.zip llvm-2179930868f6166deccbf21f2f7565ec7666ff70.tar.gz llvm-2179930868f6166deccbf21f2f7565ec7666ff70.tar.bz2 | |
[lld-macho] Fix unwind info personality size
This was missed by {D107035}. This fix addresses the following warning:
loop variable 'personality' has type 'const uint32_t &' (aka 'const unsigned int &') but is initialized with type 'const unsigned long long' resulting in a copy [-Wrange-loop-analysis]
In addition to fixing the size, I also removed the const reference,
since there's no performance benefit to avoiding copies of integer-sized
values.
Diffstat (limited to 'libcxx/include/__algorithm/comp.h')
0 files changed, 0 insertions, 0 deletions
