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:
ee7c0d2
)
Fix a warning in the new DWARFheader. Add a new line at the end of the file.
author
Nadav Rotem
<nrotem@apple.com>
Fri, 25 Jan 2013 22:57:05 +0000
(22:57 +0000)
committer
Nadav Rotem
<nrotem@apple.com>
Fri, 25 Jan 2013 22:57:05 +0000
(22:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173518
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/DebugInfo/DWARFRelocMap.h
patch
|
blob
|
history
diff --git
a/lib/DebugInfo/DWARFRelocMap.h
b/lib/DebugInfo/DWARFRelocMap.h
index f53d05cac58af6b869ac438aaa7bdaa3bdc5c37f..6929e367b84c6a0ad0686a3cc154d7b5c5129709 100644
(file)
--- a/
lib/DebugInfo/DWARFRelocMap.h
+++ b/
lib/DebugInfo/DWARFRelocMap.h
@@
-18,4
+18,5
@@
typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
} // namespace llvm
-#endif // LLVM_DEBUGINFO_DWARFRELOCMAP_H
\ No newline at end of file
+#endif // LLVM_DEBUGINFO_DWARFRELOCMAP_H
+