diff options
Diffstat (limited to 'lib/Target/X86/X86TargetAsmInfo.cpp')
-rw-r--r-- | lib/Target/X86/X86TargetAsmInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp index 64858f8..9f9e2ed 100644 --- a/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/lib/Target/X86/X86TargetAsmInfo.cpp @@ -433,7 +433,7 @@ X86WinTargetAsmInfo::X86WinTargetAsmInfo(const X86TargetMachine &TM): Data64bitsDirective = "\tdq\t"; HasDotTypeDotSizeDirective = false; - TextSection = "_text"; + TextSection = getUnnamedSection("_text", SectionFlags::Code); DataSection = "_data"; JumpTableDataSection = NULL; SwitchToSectionDirective = ""; |