Commit 97f6d583 authored by Tanya Lattner's avatar Tanya Lattner
Browse files

Merge from mainline.

llvm-svn: 42083
parent 90e8d3d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -352,7 +352,7 @@ bool X86SharedAsmPrinter::doFinalization(Module &M) {

    O << "\n";

    if (TAI->doesSupportExceptionHandling() && MMI) {
    if (ExceptionHandling && TAI->doesSupportExceptionHandling() && MMI) {
      // Add the (possibly multiple) personalities to the set of global values.
      const std::vector<Function *>& Personalities = MMI->getPersonalities();