No hidden visiblity on Mingw32/Cygwin

llvm-svn: 33202
This commit is contained in:
Anton Korobeynikov 2007-01-14 11:49:39 +00:00
parent ad0711b2eb
commit 9398ef2167

View File

@ -112,6 +112,7 @@ X86TargetAsmInfo::X86TargetAsmInfo(const X86TargetMachine &TM) {
HasDotTypeDotSizeDirective = false;
StaticCtorsSection = "\t.section .ctors,\"aw\"";
StaticDtorsSection = "\t.section .dtors,\"aw\"";
HiddenDirective = NULL;
// Set up DWARF directives
HasLEB128 = true; // Target asm supports leb128 directives (little-endian)