MASM doesn't have one of these.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28190 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-05-09 05:21:47 +00:00
parent 23b9eac4cb
commit c9260a1556

View File

@ -305,6 +305,7 @@ bool X86IntelAsmPrinter::doInitialization(Module &M) {
DefaultTextSection = "_text";
DefaultDataSection = "_data";
SwitchToSectionDirective = "";
O << "\t.686\n\t.model flat\n\n";