Skip to content

Commit 6beb4b9

Browse files
committed
add jl_f__compute_sparams to validation
1 parent 6ebd12c commit 6beb4b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compiler/validation.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ function __init__()
100100
"jl_array_typetagdata",
101101
"ijl_array_typetagdata",
102102
"jl_idtable_rehash",
103+
"jl_f__compute_sparams",
104+
"ijl_f__compute_sparams",
103105
)
104106
for name in known_names
105107
sym = LLVM.find_symbol(name)

0 commit comments

Comments
 (0)