mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Ahem...actually *add* the ARMSjLjLowering pass to the pass manager.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140718 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90d6ec5f14
commit
39689c8154
@ -109,7 +109,7 @@ bool ARMBaseTargetMachine::addPreRegAlloc(PassManagerBase &PM,
|
||||
if (OptLevel != CodeGenOpt::None && Subtarget.isCortexA9())
|
||||
PM.add(createMLxExpansionPass());
|
||||
if (getMCAsmInfo()->getExceptionHandlingType() == ExceptionHandling::SjLj)
|
||||
createARMSjLjLoweringPass();
|
||||
PM.add(createARMSjLjLoweringPass());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user