Fix a bit of confusion about .set and produce more readable assembly.
[oota-llvm.git] / lib / MC / MCAsmInfoDarwin.cpp
index eaf28dd4cf79b604fcacd28e0bd7d722f891086e..96fe216d0d652aa2c24df80e90d9b810d9c7ba36 100644 (file)
@@ -60,4 +60,5 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
   DwarfUsesRelocationsAcrossSections = false;
 
   UseIntegratedAssembler = true;
+  SetDirectiveSuppressesReloc = true;
 }