don't create default text/data sections for all targets.

llvm-svn: 77203
This commit is contained in:
Chris Lattner 2009-07-27 16:44:04 +00:00
parent e25817a138
commit ff1f401f9b
1 changed files with 0 additions and 2 deletions

View File

@ -122,8 +122,6 @@ TargetAsmInfo::TargetAsmInfo(const TargetMachine &tm) : TM(tm) {
DwarfEHFrameSection = ".eh_frame";
DwarfExceptionSection = ".gcc_except_table";
AsmTransCBE = 0;
TextSection = getOrCreateSection("\t.text", true, SectionKind::Text);
DataSection = getOrCreateSection("\t.data", true, SectionKind::DataRel);
}
TargetAsmInfo::~TargetAsmInfo() {