DebugInfo: Move DIExpression bit-piece API to MDExpression
[oota-llvm.git] / lib / MC / MCAsmInfoCOFF.cpp
index f11227c6474c93249260ea7cd8d7e9b28b296fef..bb3f0d3a42973530655023f8c1061edfa424acdf 100644 (file)
@@ -32,9 +32,10 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() {
   ProtectedVisibilityAttr = MCSA_Invalid;
 
   // Set up DWARF directives
-  HasLEB128 = true;  // Target asm supports leb128 directives (little-endian)
   SupportsDebugInformation = true;
   NeedsDwarfSectionOffsetDirective = true;
+
+  UseIntegratedAssembler = true;
 }
 
 void MCAsmInfoMicrosoft::anchor() { }