diff options
author | Vy Nguyen <vyng@google.com> | 2021-11-02 15:14:38 -0400 |
---|---|---|
committer | Vy Nguyen <vyng@google.com> | 2021-11-02 15:48:39 -0400 |
commit | ae31f9fbaddd57a3c1c63bfd7baf1511122a49f7 (patch) | |
tree | 50e7572fe52a9dbaa2bbbb250db7a15a8949dcbf /llvm/lib/Analysis/BasicAliasAnalysis.cpp | |
parent | 51e9f336030cc3892950763f9179e25fa582e3b9 (diff) | |
download | llvm-ae31f9fbaddd57a3c1c63bfd7baf1511122a49f7.zip llvm-ae31f9fbaddd57a3c1c63bfd7baf1511122a49f7.tar.gz llvm-ae31f9fbaddd57a3c1c63bfd7baf1511122a49f7.tar.bz2 |
[lld-macho] Change bitfield types to be identical.
Symbol's subclasses all have an additional bitfield of type uint8_t (RefState enum).
For the bitfields in the same block tomerge, they should be of the same type. (clang/gcc will work, but others like MSVC does not)
Differential Revision: https://reviews.llvm.org/D113040
Diffstat (limited to 'llvm/lib/Analysis/BasicAliasAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions