Add assert to catch an attempt to emit .byte 256
[oota-llvm.git] / lib / MC / MCAsmInfoDarwin.cpp
index 1147f02a59643c509158765540dd27f7a8d18187..a382741b5a2b7a22d002e8878365d9272ace40cc 100644 (file)
@@ -40,7 +40,8 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
 
   // FIXME: Darwin 10 and newer don't need this.
   LinkerRequiresNonEmptyDwarfLines = true;
-  
+
+  NeedsSetToChangeDiffSize = true;
   HiddenVisibilityAttr = MCSA_PrivateExtern;
   // Doesn't support protected visibility.
   ProtectedVisibilityAttr = MCSA_Global;