[llvm-commits] CVS: llvm/lib/Target/X86/X86TargetAsmInfo.cpp

Anton Korobeynikov asl at math.spbu.ru
Sun Jan 14 03:49:54 PST 2007



Changes in directory llvm/lib/Target/X86:

X86TargetAsmInfo.cpp updated: 1.22 -> 1.23
---
Log message:

No hidden visiblity on Mingw32/Cygwin


---
Diffs of the changes:  (+1 -0)

 X86TargetAsmInfo.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/X86/X86TargetAsmInfo.cpp
diff -u llvm/lib/Target/X86/X86TargetAsmInfo.cpp:1.22 llvm/lib/Target/X86/X86TargetAsmInfo.cpp:1.23
--- llvm/lib/Target/X86/X86TargetAsmInfo.cpp:1.22	Sun Jan 14 00:29:53 2007
+++ llvm/lib/Target/X86/X86TargetAsmInfo.cpp	Sun Jan 14 05:49:39 2007
@@ -112,6 +112,7 @@
     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)






More information about the llvm-commits mailing list