diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-01-14 11:49:39 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-01-14 11:49:39 +0000 |
commit | 1a85645d461cb2dde63f36aeb1f61d946ff7c2f0 (patch) | |
tree | abc46664fe92bfdd9503c15248b3ce724914b4a7 | |
parent | 4887bd8f8e98bd5dc4bce8130d0e2a1a59feac3f (diff) |
No hidden visiblity on Mingw32/Cygwin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33202 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/X86TargetAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp index 5d52d932ef..5f15645181 100644 --- a/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/lib/Target/X86/X86TargetAsmInfo.cpp @@ -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) |