File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ jobs:
3636 os : ' windows-latest'
3737 arch : ' x64'
3838 llvm_args : ' --opaque-pointers'
39- - version : ' ^1.11.0-alpha2 '
39+ - version : ' ^1.11.0-rc1 '
4040 os : ' ubuntu-latest'
4141 arch : ' x64'
4242 llvm_args : ' --opaque-pointers'
43- - version : ' ^1.11.0-alpha2 '
43+ - version : ' ^1.11.0-rc1 '
4444 os : ' macOS-latest'
4545 arch : ' x64'
4646 llvm_args : ' --opaque-pointers'
47- - version : ' ^1.11.0-alpha2 '
47+ - version : ' ^1.11.0-rc1 '
4848 os : ' windows-latest'
4949 arch : ' x64'
5050 llvm_args : ' --opaque-pointers'
Original file line number Diff line number Diff line change 533533 @test occursin (" ret void" , ir)
534534 @test ! any (f-> occursin (f, ir),
535535 [" jl_invoke" , " apply_iterate" ,
536- " inttoptr" , " apply_type" ]) broken = VERSION >= v " 1.11.0-DEV.392 "
536+ " inttoptr" , " apply_type" ])
537537end
538538end # testitem
539539
@@ -557,7 +557,7 @@ precompile_test_harness("Inference caching") do load_path
557557 job, _ = NativeCompiler. create_job (kernel, ())
558558 GPUCompiler. code_typed (job)
559559 end
560-
560+
561561 # identity is foreign
562562 @setup_workload begin
563563 job, _ = NativeCompiler. create_job (identity, (Int,))
You can’t perform that action at this time.
0 commit comments