forked from OSchip/llvm-project
30779772cf
Summary: In rL299692 I improved strip-dead-debug-info's ability to drop CUs that are not referenced from the current module. However, in doing so I neglected to realize that some SPs could be referenced entirely from inlined functions. It appears I was not the only one to make this mistake, because DebugInfoFinder, doesn't find those SPs either. Fix this in DebugInfoFinder and then use that to make sure not to drop those CUs in strip-dead-debug-info. Reviewers: aprantl Reviewed By: aprantl Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D31904 llvm-svn: 299936 |
||
---|---|---|
.. | ||
2007-01-15-llvm.used.ll | ||
2010-06-30-StripDebug.ll | ||
2010-08-25-crash.ll | ||
block-address.ll | ||
strip-cov.ll | ||
strip-dead-debug-info.ll |