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:
a859afa
)
Failing builds because a private class member is not being used after
author
Eli Bendersky
<eliben@google.com>
Wed, 6 Feb 2013 05:37:46 +0000
(
05:37
+0000)
committer
Eli Bendersky
<eliben@google.com>
Wed, 6 Feb 2013 05:37:46 +0000
(
05:37
+0000)
initialization is one of the reasons I consider -werror to be shoddy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174485
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/DebugInfo/DWARFDebugFrame.cpp
patch
|
blob
|
history
diff --git
a/lib/DebugInfo/DWARFDebugFrame.cpp
b/lib/DebugInfo/DWARFDebugFrame.cpp
index ec557169e3e639417891a7a46a4b463ea65f8f76..974cecc3868ffe617e75c52d94cc81134544586b 100644
(file)
--- a/
lib/DebugInfo/DWARFDebugFrame.cpp
+++ b/
lib/DebugInfo/DWARFDebugFrame.cpp
@@
-104,6
+104,9
@@
public:
LinkedCIEOffset, InitialLocation,
InitialLocation + AddressRange);
OS << "\n";
+ if (LinkedCIE) {
+ OS << format("%p\n", LinkedCIE);
+ }
}
static bool classof(const FrameEntry *FE) {