Go to file
David Blaikie 973141a035 DebugInfo: Don't include DW_AT_inline on each abstract definition multiple times.
When I refactored this in r208636 I accidentally caused this to be added
multiple times to each abstract subprogram (not accounting for the
deduplicating effect of the InlinedSubprogramDIEs set).

This got better in r208798 when the abstract definitions got the
attribute added to them at construction time, but still had the
redundant copies introduced in r208636.

This commit removes those excess DW_AT_inlines and relies solely on the
insertion in r208798.

llvm-svn: 209166
2014-05-19 22:07:16 +00:00
clang If two sibling modules declare the same entity, and we indirectly pull a 2014-05-19 20:59:20 +00:00
clang-tools-extra Added a comment 2014-05-19 17:46:28 +00:00
compiler-rt [sanitizer] Fix go build following r209121. 2014-05-19 16:08:53 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Update cstddef after clang r207606. 2014-05-16 01:45:02 +00:00
libcxxabi Fix typo in comment. 2014-05-14 17:16:57 +00:00
lld [Mips] Show warning if the linker cannot find a pair for a R_MIPS_HI16 2014-05-19 18:48:57 +00:00
lldb Don't allow two threads to both be in SBDebugger::Create() due to threading issues in FormatManager. 2014-05-19 20:42:14 +00:00
llvm DebugInfo: Don't include DW_AT_inline on each abstract definition multiple times. 2014-05-19 22:07:16 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly polly: update for LLVM API change 2014-05-19 03:55:49 +00:00