diff options
author | Eric Christopher <echristo@apple.com> | 2011-11-09 05:24:07 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-11-09 05:24:07 +0000 |
commit | 5223a57533f9ad7e46c4d59b790110993297877f (patch) | |
tree | 9c2ec8c9c23757828f9e5314470e80e25a410568 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 6aad6df4d16340cfc57b12fe2b7ba97eb3f025cf (diff) | |
download | bcm5719-llvm-5223a57533f9ad7e46c4d59b790110993297877f.tar.gz bcm5719-llvm-5223a57533f9ad7e46c4d59b790110993297877f.zip |
Remove the pubnames section, no one consumes it.
llvm-svn: 144169
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 174333e484a..16e91375e1d 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -380,12 +380,9 @@ private: void emitAccelNamespaces(); /// emitAccelTypes() - Emit type dies into a hashed accelerator table. + /// void emitAccelTypes(); - /// emitDebugPubNames - Emit visible names into a debug pubnames section. - /// - void emitDebugPubNames(); - /// emitDebugPubTypes - Emit visible types into a debug pubtypes section. /// void emitDebugPubTypes(); |