diff options
author | Reid Kleckner <rnk@google.com> | 2018-07-19 20:32:45 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2018-07-19 20:32:45 +0000 |
commit | 056904599b7367835643a404809e884a102c7a90 (patch) | |
tree | a6481d459bdcdd5ddd8e35e467ef34bc6ccefe2c /llvm/lib/Support/SmallVector.cpp | |
parent | 690b544f41d292b105931600d5ffe71ce13d5289 (diff) | |
download | llvm-056904599b7367835643a404809e884a102c7a90.zip llvm-056904599b7367835643a404809e884a102c7a90.tar.gz llvm-056904599b7367835643a404809e884a102c7a90.tar.bz2 |
Work around bug in mingw-w64 GCC 8.1.0
This particular version of GCC seems to break bitfields when a method
appears between two bitfield members.
Personally, I think it's nice to keep bitfields close together so that
it's easy to check how things are packed, so I moved the method after
SubClassData.
Fixes PR38168.
llvm-svn: 337495
Diffstat (limited to 'llvm/lib/Support/SmallVector.cpp')
0 files changed, 0 insertions, 0 deletions