Debug info (LTO): Move the creation of accessibility flags to
authorAdrian Prantl <aprantl@apple.com>
Sat, 18 Jan 2014 02:12:00 +0000 (02:12 +0000)
committerAdrian Prantl <aprantl@apple.com>
Sat, 18 Jan 2014 02:12:00 +0000 (02:12 +0000)
commitf9af5bdd63a1dd587119de45d73e198e8b203974
treeb9cd21760f9afd93b661558d95cf06a141782f77
parent774cec5748bf34c7c0571c1f3c730f9990220a44
Debug info (LTO): Move the creation of accessibility flags to
getOrCreateSubprogramDIE to avoid attributes being added twice when DIEs
are merged.

rdar://problem/15842330.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199536 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
test/Linker/type-unique-simple2-a.ll [new file with mode: 0644]
test/Linker/type-unique-simple2-b.ll [new file with mode: 0644]