summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-05-21 23:27:41 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-05-21 23:27:41 +0000
commit8a0240ddf2ed2ebec6fbeaba18a69e19b0abd7b5 (patch)
tree9f42736722188dd32728936bea99ce5098f139e0 /include
parentcba7ac7bda58e03d452f7e8ad73978744c101727 (diff)
downloadllvm-8a0240ddf2ed2ebec6fbeaba18a69e19b0abd7b5.tar.gz
llvm-8a0240ddf2ed2ebec6fbeaba18a69e19b0abd7b5.tar.bz2
llvm-8a0240ddf2ed2ebec6fbeaba18a69e19b0abd7b5.tar.xz
Revert "DebugInfo: Don't put fission type units in comdat sections."
This reverts commit r208930, r208933, and r208975. It seems not all fission consumers are ready to handle this behavior. Reverting until tools are brought up to spec. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCObjectFileInfo.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/llvm/MC/MCObjectFileInfo.h b/include/llvm/MC/MCObjectFileInfo.h
index 58f37d437c..1a56040e46 100644
--- a/include/llvm/MC/MCObjectFileInfo.h
+++ b/include/llvm/MC/MCObjectFileInfo.h
@@ -122,7 +122,6 @@ protected:
/// These are used for the Fission separate debug information files.
const MCSection *DwarfInfoDWOSection;
- const MCSection *DwarfTypesDWOSection;
const MCSection *DwarfAbbrevDWOSection;
const MCSection *DwarfStrDWOSection;
const MCSection *DwarfLineDWOSection;
@@ -271,9 +270,7 @@ public:
return DwarfInfoDWOSection;
}
const MCSection *getDwarfTypesSection(uint64_t Hash) const;
- const MCSection *getDwarfTypesDWOSection() const {
- return DwarfTypesDWOSection;
- }
+ const MCSection *getDwarfTypesDWOSection(uint64_t Hash) const;
const MCSection *getDwarfAbbrevDWOSection() const {
return DwarfAbbrevDWOSection;
}