diff options
author | Michael Kuperstein <michael.m.kuperstein@intel.com> | 2015-07-01 12:34:39 +0000 |
---|---|---|
committer | Michael Kuperstein <michael.m.kuperstein@intel.com> | 2015-07-01 12:34:39 +0000 |
commit | def554db451cafb36b71d95823eaf65538b0a3b7 (patch) | |
tree | 8fdaeb52ea97dd90bdedaa01e739add6fb5e70cb /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 01e8185c31f323e288f030b0eff8584f535637a5 (diff) | |
download | bcm5719-llvm-def554db451cafb36b71d95823eaf65538b0a3b7.tar.gz bcm5719-llvm-def554db451cafb36b71d95823eaf65538b0a3b7.zip |
[DebugInfo] Fix debug info generation for function static variables, typedefs, and records
Function static variables, typedefs and records (class, struct or union) declared inside
a lexical scope were associated with the function as their parent scope, rather than the
lexical scope they are defined or declared in.
This fixes PR19238
Patch by: amjad.aboud@intel.com
Differential Revision: http://reviews.llvm.org/D9760
llvm-svn: 241154
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions