Skip to content

Commit 7576264

Browse files
authored
Version bound LowerExcHandlersPass (#736)
1 parent f19e20e commit 7576264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optim.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ function buildIntrinsicLoweringPipeline(mpm, @nospecialize(job::CompilerJob), op
219219

220220
add!(mpm, NewPMFunctionPassManager()) do fpm
221221
# lower exception handling
222-
if uses_julia_runtime(job)
222+
if uses_julia_runtime(job) && VERSION < v"1.13.0-DEV.36"
223223
add!(fpm, LowerExcHandlersPass())
224224
end
225225
add!(fpm, GCInvariantVerifierPass())

0 commit comments

Comments
 (0)