summaryrefslogtreecommitdiff
path: root/yjit/bindgen/src/main.rs
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <[email protected]>2023-01-18 15:41:28 -0500
committer<[email protected]>2023-01-18 15:41:28 -0500
commit6bb576fe759e3ef86b2ea484313013c51c39f388 ()
treee8d4a3b721937842e8bac66d05e6e5e60131f9b1 /yjit/bindgen/src/main.rs
parent0fd5a664e743c2ea506a83c5abed145a0734e7e6 (diff)
YJIT: implement codegen for `String#empty?` (#7148)
YJIT: implement codegen for String#empty?
Notes: Merged-By: maximecb <[email protected]>
-rw-r--r--yjit/bindgen/src/main.rs3
1 files changed, 3 insertions, 0 deletions
@@ -81,6 +81,9 @@ fn main() {
// From include/ruby/internal/core/rbasic.h
.allowlist_type("RBasic")
// From internal.h
// This function prints info about a value and is useful for debugging
.allowlist_function("rb_obj_info_dump")