OSDN Git Service

Debug info: Add a new explicit DIDescriptor flag for the "public" access
authorAdrian Prantl <aprantl@apple.com>
Fri, 29 Aug 2014 22:44:07 +0000 (22:44 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 29 Aug 2014 22:44:07 +0000 (22:44 +0000)
commit4b9f3c166514d05f023b5ef46e28205a8499a50e
treeb7e8d0225f258d0782d87965eefd5a08377a8d24
parent794003c43159b6e397db66a260f6af2642471232
Debug info: Add a new explicit DIDescriptor flag for the "public" access
specifier and change the default behavior to only emit the
DW_AT_accessibility(public) attribute when the isPublic() is explicitly
set.

rdar://problem/18154959

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216799 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfo.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/IR/DebugInfo.cpp
test/DebugInfo/X86/debug-info-access.ll [new file with mode: 0644]
test/DebugInfo/X86/debug-info-static-member.ll
test/DebugInfo/X86/sret.ll
test/Linker/type-unique-simple2-a.ll
test/Linker/type-unique-simple2-b.ll