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 | 81d68536384585b8f6dcf2ebb7b50c57cbedd874 (patch) | |
| tree | c83524b3a1e4ccd9a196c1d462934a05c885e079 /llvm/lib | |
| parent | d55d7019fcc56f80c3291db9c493546fc69f3223 (diff) | |
| download | bcm5719-llvm-81d68536384585b8f6dcf2ebb7b50c57cbedd874.tar.gz bcm5719-llvm-81d68536384585b8f6dcf2ebb7b50c57cbedd874.zip | |
Fix a warning in the new DWARFheader. Add a new line at the end of the file.
llvm-svn: 173518
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/DebugInfo/DWARFRelocMap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARFRelocMap.h b/llvm/lib/DebugInfo/DWARFRelocMap.h index f53d05cac58..6929e367b84 100644 --- a/llvm/lib/DebugInfo/DWARFRelocMap.h +++ b/llvm/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 + |

