XCore target: Add large code model
[oota-llvm.git] / lib / Target / XCore / MCTargetDesc / XCoreMCAsmInfo.cpp
index 720cb1898bf74a2b88d9f68b2672672fd6842598..3d1c4745d6ac8caef72c669b8e1beacbeed9e7f0 100644 (file)
@@ -30,5 +30,7 @@ XCoreMCAsmInfo::XCoreMCAsmInfo(StringRef TT) {
 
   // Debug
   HasLEB128 = true;
+  ExceptionsType = ExceptionHandling::DwarfCFI;
+  DwarfRegNumForCFI = true;
 }