projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c444685
)
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.
llvm-svn: 174485
llvm/lib/DebugInfo/DWARFDebugFrame.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/DebugInfo/DWARFDebugFrame.cpp
b/llvm/lib/DebugInfo/DWARFDebugFrame.cpp
index ec557169e3e639417891a7a46a4b463ea65f8f76..974cecc3868ffe617e75c52d94cc81134544586b 100644
(file)
--- a/
llvm/lib/DebugInfo/DWARFDebugFrame.cpp
+++ b/
llvm/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) {