diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-04 23:22:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-04 23:22:29 +0000 |
commit | 3d2251361171b1a41bdb2ac71882e69d48617f49 (patch) | |
tree | 51fe8ca41666fd12af01d54c4afadb12dfc1f43d /lib/Target/Sparc/SparcMCAsmInfo.cpp | |
parent | be15beb54ace72508cb3e597c1819132bbbe66f1 (diff) | |
download | external_llvm-3d2251361171b1a41bdb2ac71882e69d48617f49.tar.gz external_llvm-3d2251361171b1a41bdb2ac71882e69d48617f49.tar.bz2 external_llvm-3d2251361171b1a41bdb2ac71882e69d48617f49.zip |
eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
which is really a property of the section being referenced.
Add a predicate to MCSection to replace it.
Yay for reduction in magic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100367 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/SparcMCAsmInfo.cpp')
-rw-r--r-- | lib/Target/Sparc/SparcMCAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Sparc/SparcMCAsmInfo.cpp b/lib/Target/Sparc/SparcMCAsmInfo.cpp index 53a9bde925..535c6f7c8a 100644 --- a/lib/Target/Sparc/SparcMCAsmInfo.cpp +++ b/lib/Target/Sparc/SparcMCAsmInfo.cpp @@ -22,7 +22,6 @@ SparcELFMCAsmInfo::SparcELFMCAsmInfo(const Target &T, const StringRef &TT) { ZeroDirective = "\t.skip\t"; CommentString = "!"; HasLEB128 = true; - AbsoluteDebugSectionOffsets = true; SupportsDebugInformation = true; SunStyleELFSectionSwitchSyntax = true; |