projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33aa20f
)
Fix up comment.
author
Eric Christopher
<echristo@apple.com>
Mon, 7 Nov 2011 09:18:35 +0000
(09:18 +0000)
committer
Eric Christopher
<echristo@apple.com>
Mon, 7 Nov 2011 09:18:35 +0000
(09:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143919
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index b022c430ac640408753a1787cdebd6e0cc055ea1..d1e4ca4b5fafec074e6a1556ba0cf5cb3ccab90d 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@
-1744,7
+1744,7
@@
void DwarfDebug::emitDebugPubTypes() {
for (DenseMap<const MDNode *, CompileUnit *>::iterator I = CUMap.begin(),
E = CUMap.end(); I != E; ++I) {
CompileUnit *TheCU = I->second;
- // Start the dwarf pub
nam
es section.
+ // Start the dwarf pub
typ
es section.
Asm->OutStreamer.SwitchSection(
Asm->getObjFileLowering().getDwarfPubTypesSection());
Asm->OutStreamer.AddComment("Length of Public Types Info");