diff options
author | Vedant Kumar <vsk@apple.com> | 2019-11-18 14:16:08 -0800 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2019-11-18 15:07:59 -0800 |
commit | ea1db31d20a74e5025a86b0df49163d5bfecb67b (patch) | |
tree | dd1a5612d6d8a1ccdc69e43b44dd2ebe66c535f8 /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py | |
parent | e84468c1f145e9a5e54640ebdc78bc40c7da3fce (diff) | |
download | bcm5719-llvm-ea1db31d20a74e5025a86b0df49163d5bfecb67b.tar.gz bcm5719-llvm-ea1db31d20a74e5025a86b0df49163d5bfecb67b.zip |
[CodeGen] Assign locations to calls to special struct helpers
Assign artificial locations to calls to special struct-related helper
functions.
Such calls may not inherit a location if emitted within FinishFunction,
at which point the lexical scope stack may be empty, causing CGDebugInfo
to report the current DebugLoc as empty.
Fixes an IR verifier complaint about a call to '__destructor_8_s0' not
having a !dbg location attached.
rdar://57293361
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions