Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it
[oota-llvm.git] / lib / Target / X86 / X86TargetMachine.cpp
index 90175acd1d619de77219bd95ff0e6f327cf7054d..9616dc18f27c91d89297f95080a7d1f4a040217f 100644 (file)
@@ -136,7 +136,7 @@ bool X86TargetMachine::addPassesToEmitFile(PassManager &PM, std::ostream &Out,
     case TargetMachine::ObjectFile:
       // FIXME: We only support emission of ELF files for now, this should check
       // the target triple and decide on the format to write (e.g. COFF on
-      // win32).
+      // win32 or Mach-O on darwin).
       addX86ELFObjectWriterPass(PM, Out, *this);
       break;
     }