diff options
author | Nadav Rotem <nrotem@apple.com> | 2013-01-25 22:57:05 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2013-01-25 22:57:05 +0000 |
commit | f777d09f375c1206cd0cea649bd0b2c04d668bfa (patch) | |
tree | d9c3ee4f6cae67df9de9e4269cd8beef4fe09cea | |
parent | ee7c0d2f931590ccdc53a14b1839e11bb29fc96e (diff) | |
download | external_llvm-f777d09f375c1206cd0cea649bd0b2c04d668bfa.zip external_llvm-f777d09f375c1206cd0cea649bd0b2c04d668bfa.tar.gz external_llvm-f777d09f375c1206cd0cea649bd0b2c04d668bfa.tar.bz2 |
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
-rw-r--r-- | lib/DebugInfo/DWARFRelocMap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/DebugInfo/DWARFRelocMap.h b/lib/DebugInfo/DWARFRelocMap.h index f53d05c..6929e36 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 + |