diff options
| author | Tamas Berghammer <tberghammer@google.com> | 2016-01-13 14:58:48 +0000 |
|---|---|---|
| committer | Tamas Berghammer <tberghammer@google.com> | 2016-01-13 14:58:48 +0000 |
| commit | 808ff186f6a6ba1fd38cc7e00697cd82f4afe540 (patch) | |
| tree | 505ac9f81077e1f084917568bea970d6e057b280 /llvm/lib/CodeGen/MachineFunctionAnalysis.cpp | |
| parent | f60087a22b1c9d44a671d20b58755fe682ade10d (diff) | |
| download | bcm5719-llvm-808ff186f6a6ba1fd38cc7e00697cd82f4afe540.tar.gz bcm5719-llvm-808ff186f6a6ba1fd38cc7e00697cd82f4afe540.zip | |
Silence an incorrect dwarf parsing warning
We have a check what warns if the offset of a class member is greater
then or equal to the size of the class. The warning is valid in most
case but it is invalid when the last data member is a 0 size array
because in this case the member offset can be equal to the class size
(subject to alignment limitations).
This CL fixis LLDB to not print out a warning in this special case.
llvm-svn: 257603
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions

