MASM doesn't have one of these.

llvm-svn: 28190
This commit is contained in:
Chris Lattner 2006-05-09 05:21:47 +00:00
parent d36cc2b610
commit 0b7acaf027
1 changed files with 1 additions and 0 deletions

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";