MC: Don't crash after issuing a diagnostic.
[oota-llvm.git] / lib / MC / MCAsmInfoCOFF.cpp
index 99456379f7b9247787231598ed0cb311ce9df90d..97fc76a9adb19a899392db8d158eca388bb43e68 100644 (file)
@@ -32,11 +32,14 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() {
   ProtectedVisibilityAttr = MCSA_Invalid;
 
   // Set up DWARF directives
-  HasLEB128 = true;  // Target asm supports leb128 directives (little-endian)
   SupportsDebugInformation = true;
   NeedsDwarfSectionOffsetDirective = true;
 
   UseIntegratedAssembler = true;
+
+  // FIXME: For now keep the previous behavior, AShr. Need to double-check
+  // other COFF-targeting assemblers and change this if necessary.
+  UseLogicalShr = false;
 }
 
 void MCAsmInfoMicrosoft::anchor() { }