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:
a5fd5b8
)
Output a hex value, because all of the others are hex.
author
Bill Wendling
<isanbard@gmail.com>
Mon, 31 Aug 2009 18:26:48 +0000
(18:26 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Mon, 31 Aug 2009 18:26:48 +0000
(18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80601
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfException.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfException.cpp
b/lib/CodeGen/AsmPrinter/DwarfException.cpp
index 0b3affe07ee7925859d6eda91ee03a77edd86d71..f6feccdac8b4de8aa9ce0755a0a1a4c43dfc3448 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfException.cpp
+++ b/
lib/CodeGen/AsmPrinter/DwarfException.cpp
@@
-826,7
+826,7
@@
void DwarfException::EmitExceptionTable() {
std::string GLN;
O << Asm->getGlobalLinkName(GV, GLN);
} else {
- O << "0";
+ O << "0
x0
";
}
Asm->EOL("TypeInfo");