[PATCH] ARM IAS: support .personalityindex

Logan Chien tzuhsiang.chien at gmail.com
Mon Jan 20 04:47:09 PST 2014


  LGTM after fixing the minor typo.  Thanks.


================
Comment at: lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp:197
@@ -196,2 +196,3 @@
   } else {
-    if (Ops.size() <= 3) {
+    // If no personalityindex is specified, select ane
+    if (PersonalityIndex == ARM::EHABI::NUM_PERSONALITY_INDEX)
----------------
Minor typo: select "one"


http://llvm-reviews.chandlerc.com/D2525



More information about the llvm-commits mailing list