]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC Clang debuginfo crash fix
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 18 Sep 2014 01:24:40 +0000 (01:24 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 18 Sep 2014 01:24:40 +0000 (01:24 +0000)
commit5a8a636534480bf5db9f5fe36367a32fcff6266c
tree26f8bde6474379e1b86bc1bcfcaf1ef7ce5f2f2a
parent76625adea9a0383bd16f317619a4a2af0c03fa61
MFC Clang debuginfo crash fix

r271432: Merge upstream Clang rev 205331 debuginfo crash fix:

      Debug info: fix a crash when emitting IndirectFieldDecls, which were
      previously not handled at all.
      rdar://problem/16348575

r271433: Add clang patch corresponding to r271432

Approved by: re
Sponsored by: DARPA, AFRL

git-svn-id: svn://svn.freebsd.org/base/stable/10@271729 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/llvm/patches/patch-r271432-clang-r205331-debug-info-crash.diff [new file with mode: 0644]
contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp