summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorKeno Fischer <kfischer@college.harvard.edu>2016-02-13 02:04:29 +0000
committerKeno Fischer <kfischer@college.harvard.edu>2016-02-13 02:04:29 +0000
commit7c7c3e35911f7f7c1709cac05b1d27ce19db5ab5 (patch)
treedfa4b1aa108c91e53e2c5822d5037de8da5fce06 /lldb/packages/Python/lldbsuite/test
parent5e845e54f59930b86c1aca689345bcbaf4311c95 (diff)
downloadbcm5719-llvm-7c7c3e35911f7f7c1709cac05b1d27ce19db5ab5.tar.gz
bcm5719-llvm-7c7c3e35911f7f7c1709cac05b1d27ce19db5ab5.zip
[Cloning] Clone every Function's Debug Info
Summary: Export the CloneDebugInfoMetadata utility, which clones all debug info associated with a function into the first module. Also use this function in CloneModule on each function we clone (the CloneFunction entrypoint already does this). Without this, cloning a module will lead to DI quality regressions, especially since r252219 reversed the Function <-> DISubprogram edge (before we could get lucky and have this edge preserved if the DISubprogram itself was, e.g. due to location metadata). This was verified to fix missing debug information in julia and a unittest to verify the new behavior is included. Patch by Yichao Yu! Thanks! Reviewers: loladiro, pcc Differential Revision: http://reviews.llvm.org/D17165 llvm-svn: 260791
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud