[X86][Haswell][SchedModel] Add architecture specific scheduling models.
[oota-llvm.git] / lib / MC / MCAsmInfoDarwin.cpp
index d5382e69538498969fca34bd6612c3ae14d4e858..eaf28dd4cf79b604fcacd28e0bd7d722f891086e 100644 (file)
@@ -23,6 +23,7 @@ void MCAsmInfoDarwin::anchor() { }
 MCAsmInfoDarwin::MCAsmInfoDarwin() {
   // Common settings for all Darwin targets.
   // Syntax:
+  LinkerPrivateGlobalPrefix = "l";
   HasSingleParameterDotFile = false;
   HasSubsectionsViaSymbols = true;
 
@@ -57,4 +58,6 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
   HasNoDeadStrip = true;
 
   DwarfUsesRelocationsAcrossSections = false;
+
+  UseIntegratedAssembler = true;
 }