Typo: exists -> exits
[oota-llvm.git] / lib / MC / MCAsmInfoDarwin.cpp
index a04ffcb7d60e80b1853cc183f9f067761a2597e4..eaf28dd4cf79b604fcacd28e0bd7d722f891086e 100644 (file)
@@ -23,7 +23,6 @@ void MCAsmInfoDarwin::anchor() { }
 MCAsmInfoDarwin::MCAsmInfoDarwin() {
   // Common settings for all Darwin targets.
   // Syntax:
-  GlobalPrefix = '_';
   LinkerPrivateGlobalPrefix = "l";
   HasSingleParameterDotFile = false;
   HasSubsectionsViaSymbols = true;
@@ -59,4 +58,6 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
   HasNoDeadStrip = true;
 
   DwarfUsesRelocationsAcrossSections = false;
+
+  UseIntegratedAssembler = true;
 }