summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-04-03 14:10:35 -0700
committerGitHub <noreply@github.com>2023-04-03 14:10:35 -0700
commit38209ffdca89a497572486034a4e9ed534607057 (patch)
tree5d6d93b87694dc26275ff39315c503ddcf11113f /yjit/bindgen
parentba4ff2552e9bca762f0953e5697438efebe22547 (diff)
downloadruby-38209ffdca89a497572486034a4e9ed534607057.tar.gz
YJIT: Add codegen for Array#<< (#7645)
Diffstat (limited to 'yjit/bindgen')
-rw-r--r--yjit/bindgen/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs
index 627a88fd31..c990e3e629 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -136,6 +136,7 @@ fn main() {
.allowlist_function("rb_ary_resurrect")
.allowlist_function("rb_ary_clear")
.allowlist_function("rb_ary_dup")
+ .allowlist_function("rb_ary_push")
.allowlist_function("rb_ary_unshift_m")
.allowlist_function("rb_yjit_rb_ary_subseq_length")