This patch is needed to make c++ exceptions work for mips16.
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index 7ea0f3b85a53b15dd7a79dce862ef24334dea6f0..a6fa6582abe829043631e12279fd8f7916418c32 100644 (file)
@@ -37,6 +37,7 @@ MCAsmInfo::MCAsmInfo() {
   CommentColumn = 40;
   CommentString = "#";
   LabelSuffix = ":";
+  DebugLabelSuffix = ":";
   GlobalPrefix = "";
   PrivateGlobalPrefix = ".";
   LinkerPrivateGlobalPrefix = "";