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:
36
36
os : ' windows-latest'
37
37
arch : ' x64'
38
38
llvm_args : ' --opaque-pointers'
39
- - version : ' ^1.11.0-alpha2 '
39
+ - version : ' ^1.11.0-rc1 '
40
40
os : ' ubuntu-latest'
41
41
arch : ' x64'
42
42
llvm_args : ' --opaque-pointers'
43
- - version : ' ^1.11.0-alpha2 '
43
+ - version : ' ^1.11.0-rc1 '
44
44
os : ' macOS-latest'
45
45
arch : ' x64'
46
46
llvm_args : ' --opaque-pointers'
47
- - version : ' ^1.11.0-alpha2 '
47
+ - version : ' ^1.11.0-rc1 '
48
48
os : ' windows-latest'
49
49
arch : ' x64'
50
50
llvm_args : ' --opaque-pointers'
Original file line number Diff line number Diff line change 533
533
@test occursin (" ret void" , ir)
534
534
@test ! any (f-> occursin (f, ir),
535
535
[" jl_invoke" , " apply_iterate" ,
536
- " inttoptr" , " apply_type" ]) broken = VERSION >= v " 1.11.0-DEV.392 "
536
+ " inttoptr" , " apply_type" ])
537
537
end
538
538
end # testitem
539
539
@@ -557,7 +557,7 @@ precompile_test_harness("Inference caching") do load_path
557
557
job, _ = NativeCompiler. create_job (kernel, ())
558
558
GPUCompiler. code_typed (job)
559
559
end
560
-
560
+
561
561
# identity is foreign
562
562
@setup_workload begin
563
563
job, _ = NativeCompiler. create_job (identity, (Int,))
You can’t perform that action at this time.
0 commit comments