[PATCH] [CodeGen] Force emission of personality directive if explicitly specified

David Majnemer david.majnemer at gmail.com
Wed Jul 1 15:14:38 PDT 2015


REPOSITORY
  rL LLVM

================
Comment at: lib/CodeGen/AsmPrinter/DwarfCFIException.cpp:95
@@ -94,2 +94,3 @@
   bool hasLandingPads = !MMI->getLandingPads().empty();
+  bool forceEmitPersonality = MF->getFunction()->hasPersonalityFn();
 
----------------
should we require that it's not nounwind?

http://reviews.llvm.org/D10884

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list