diff options
author | Reid Kleckner <rnk@google.com> | 2018-08-28 22:29:12 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2018-08-28 22:29:12 +0000 |
commit | c8074aa654da982e1169e889da08bc1d93536754 (patch) | |
tree | c7a4139b7b2bff3b07577a9bcb714f1cf00d5e0b /lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py | |
parent | f04833f9eed2dc6fbac10a00b96aba24ce557de9 (diff) | |
download | bcm5719-llvm-c8074aa654da982e1169e889da08bc1d93536754.tar.gz bcm5719-llvm-c8074aa654da982e1169e889da08bc1d93536754.zip |
[codeview] Emit labels for .cv_loc immediately
Previously we followed the DWARF implementation, which waits until the
next instruction or data to emit the label to use in the .debug_loc
section. We might want to consider re-evaluating that design choice as
well, since it means the .loc skips alignment padding, for better or
worse.
This was the most minimal fix I could come up with, but we should be
able to do a lot of cleanups now that we don't need to save a pending CV
location on the CodeViewContext. I plan to do those next, but this
immediately fixes an assertion for some of our users.
llvm-svn: 340878
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py')
0 files changed, 0 insertions, 0 deletions