diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-05-11 01:41:30 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-05-11 01:41:30 +0000 |
commit | 2684d9e3c702b2ef9fd430155d94671d12fa994f (patch) | |
tree | 1c83c837a238ab003d394cf08ae901787bd608bc /lib/MC/MCObjectFileInfo.cpp | |
parent | 639aa87bee77fe2d83f0978ae1eea53e49def324 (diff) |
Tidy up. Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156602 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCObjectFileInfo.cpp')
-rw-r--r-- | lib/MC/MCObjectFileInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCObjectFileInfo.cpp b/lib/MC/MCObjectFileInfo.cpp index b22ae331c9..4e6a1b913a 100644 --- a/lib/MC/MCObjectFileInfo.cpp +++ b/lib/MC/MCObjectFileInfo.cpp @@ -169,7 +169,7 @@ void MCObjectFileInfo::InitMachOMCObjectFileInfo(Triple T) { Ctx->getMachOSection("__DWARF", "__apple_types", MCSectionMachO::S_ATTR_DEBUG, SectionKind::getMetadata()); - + DwarfAbbrevSection = Ctx->getMachOSection("__DWARF", "__debug_abbrev", MCSectionMachO::S_ATTR_DEBUG, |