Big change #1 for personality function references:
[oota-llvm.git] / lib / Target / X86 / X86MCAsmInfo.cpp
index eaa73e19879b14c65a748316cf08291ed568523f..9d7e66debb9072761815d1b21243f2e9e9a4dda7 100644 (file)
@@ -57,14 +57,6 @@ X86MCAsmInfoDarwin::X86MCAsmInfoDarwin(const Triple &Triple) {
   // Leopard and above support aligned common symbols.
   COMMDirectiveTakesAlignment = Triple.getDarwinMajorNumber() >= 9;
 
-  if (is64Bit) {
-    PersonalityPrefix = "";
-    PersonalitySuffix = "+4@GOTPCREL";
-  } else {
-    PersonalityPrefix = "L";
-    PersonalitySuffix = "$non_lazy_ptr";
-  }
-
   CommentString = "##";
   PCSymbol = ".";