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:
4cb4895
)
Fix to get it to compile.
author
Bill Wendling
<isanbard@gmail.com>
Thu, 11 Feb 2010 01:15:27 +0000
(
01:15
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Thu, 11 Feb 2010 01:15:27 +0000
(
01:15
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95840
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DIE.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DIE.cpp
b/lib/CodeGen/AsmPrinter/DIE.cpp
index 01968b9913b8244138a6358300c96ceb5befd818..63360c0892cc8659cf5aa1829db73c63616fd69a 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DIE.cpp
+++ b/
lib/CodeGen/AsmPrinter/DIE.cpp
@@
-313,7
+313,7
@@
void DIESectionOffset::EmitValue(DwarfPrinter *D, unsigned Form) const {
D->EmitSectionOffset(Label.getTag(), Section.getTag(),
Label.getNumber(), Section.getNumber(),
IsSmall, IsEH, UseSet);
-
EOL("")
; // FIXME: Necesssary?
+
D->getAsm()->O << '\n'
; // FIXME: Necesssary?
}
/// SizeOf - Determine size of delta value in bytes.