mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Exception handling has been implemented.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39732 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -44,7 +44,6 @@ LLVMTargetMachine::addPassesToEmitFile(FunctionPassManager &PM,
|
|||||||
// FIXME: Implement efficient support for garbage collection intrinsics.
|
// FIXME: Implement efficient support for garbage collection intrinsics.
|
||||||
PM.add(createLowerGCPass());
|
PM.add(createLowerGCPass());
|
||||||
|
|
||||||
// FIXME: Implement the invoke/unwind instructions!
|
|
||||||
if (!ExceptionHandling)
|
if (!ExceptionHandling)
|
||||||
PM.add(createLowerInvokePass(getTargetLowering()));
|
PM.add(createLowerInvokePass(getTargetLowering()));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user