summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-01-25 22:57:05 +0000
committerNadav Rotem <nrotem@apple.com>2013-01-25 22:57:05 +0000
commitf777d09f375c1206cd0cea649bd0b2c04d668bfa (patch)
treed9c3ee4f6cae67df9de9e4269cd8beef4fe09cea /lib/DebugInfo
parentee7c0d2f931590ccdc53a14b1839e11bb29fc96e (diff)
downloadllvm-f777d09f375c1206cd0cea649bd0b2c04d668bfa.tar.gz
llvm-f777d09f375c1206cd0cea649bd0b2c04d668bfa.tar.bz2
llvm-f777d09f375c1206cd0cea649bd0b2c04d668bfa.tar.xz
Fix a warning in the new DWARFheader. Add a new line at the end of the file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173518 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo')
-rw-r--r--lib/DebugInfo/DWARFRelocMap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/DebugInfo/DWARFRelocMap.h b/lib/DebugInfo/DWARFRelocMap.h
index f53d05cac5..6929e367b8 100644
--- 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
+