No hidden visiblity on Mingw32/Cygwin
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 14 Jan 2007 11:49:39 +0000 (11:49 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 14 Jan 2007 11:49:39 +0000 (11:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33202 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86TargetAsmInfo.cpp

index 5d52d932ef96b1edfb1a566a9f29bda81be45162..5f156451818d792c2ae1580a2010f76a52a1ee5c 100644 (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)