summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-11-28 02:49:32 +0000
committerEric Christopher <echristo@gmail.com>2012-11-28 02:49:32 +0000
commit038e22ca3fdd22da087589ab66fd95ccd838a2e9 (patch)
tree7eb66d51b8846ed930eede96da0886d3273b2361
parent4d33f67217957653d98cd0936fb3557020a33a15 (diff)
downloadbcm5719-llvm-038e22ca3fdd22da087589ab66fd95ccd838a2e9.tar.gz
bcm5719-llvm-038e22ca3fdd22da087589ab66fd95ccd838a2e9.zip
Rearrange ordering of sections.
llvm-svn: 168762
-rw-r--r--llvm/include/llvm/MC/MCObjectFileInfo.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/llvm/include/llvm/MC/MCObjectFileInfo.h b/llvm/include/llvm/MC/MCObjectFileInfo.h
index 33039093c30..f097c9d58ab 100644
--- a/llvm/include/llvm/MC/MCObjectFileInfo.h
+++ b/llvm/include/llvm/MC/MCObjectFileInfo.h
@@ -84,15 +84,6 @@ protected:
/// this is the section to emit them into.
const MCSection *CompactUnwindSection;
- /// DwarfAccelNamesSection, DwarfAccelObjCSection,
- /// DwarfAccelNamespaceSection, DwarfAccelTypesSection -
- /// If we use the DWARF accelerated hash tables then we want toe emit these
- /// sections.
- const MCSection *DwarfAccelNamesSection;
- const MCSection *DwarfAccelObjCSection;
- const MCSection *DwarfAccelNamespaceSection;
- const MCSection *DwarfAccelTypesSection;
-
// Dwarf sections for debug info. If a target supports debug info, these must
// be set.
const MCSection *DwarfAbbrevSection;
@@ -107,6 +98,16 @@ protected:
const MCSection *DwarfRangesSection;
const MCSection *DwarfMacroInfoSection;
+ // DWARF5 Experimental Debug Info Sections
+ /// DwarfAccelNamesSection, DwarfAccelObjCSection,
+ /// DwarfAccelNamespaceSection, DwarfAccelTypesSection -
+ /// If we use the DWARF accelerated hash tables then we want to emit these
+ /// sections.
+ const MCSection *DwarfAccelNamesSection;
+ const MCSection *DwarfAccelObjCSection;
+ const MCSection *DwarfAccelNamespaceSection;
+ const MCSection *DwarfAccelTypesSection;
+
// Extra TLS Variable Data section. If the target needs to put additional
// information for a TLS variable, it'll go here.
const MCSection *TLSExtraDataSection;
OpenPOWER on IntegriCloud