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/MC/MCAsmInfo.cpp | |
parent | be15beb54ace72508cb3e597c1819132bbbe66f1 (diff) | |
download | external_llvm-3d2251361171b1a41bdb2ac71882e69d48617f49.zip external_llvm-3d2251361171b1a41bdb2ac71882e69d48617f49.tar.gz external_llvm-3d2251361171b1a41bdb2ac71882e69d48617f49.tar.bz2 |
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/MC/MCAsmInfo.cpp')
-rw-r--r-- | lib/MC/MCAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index 0306dec..f0da694 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/lib/MC/MCAsmInfo.cpp @@ -60,7 +60,6 @@ MCAsmInfo::MCAsmInfo() { LinkOnceDirective = 0; HiddenVisibilityAttr = MCSA_Hidden; ProtectedVisibilityAttr = MCSA_Protected; - AbsoluteDebugSectionOffsets = false; HasLEB128 = false; HasDotLocAndDotFile = false; SupportsDebugInformation = false; |