Drop winmcasminfo and use normal AT&T COFF for all windows targets.
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 14 Feb 2010 15:19:54 +0000 (15:19 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 14 Feb 2010 15:19:54 +0000 (15:19 +0000)
commit245ba9698e465338fa79f81cd9a65fc885702041
treebafdfa69fc9edd54104f40dfccc7118f09d89045
parent2faf3919d4a9f7dcd5cfae6ee447a650ffc6d40a
Drop winmcasminfo and use normal AT&T COFF for all windows targets.
Otherwise AT&T asm printer is used with non-compatible MCAsmInfo and
there is no way to override this behaviour.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96165 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86MCAsmInfo.cpp
lib/Target/X86/X86TargetMachine.cpp