diff options
author | Takashi Kokubun <[email protected]> | 2025-03-14 15:09:11 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2025-04-18 21:53:00 +0900 |
commit | ae17323a65d019f9f26248ed1f40d6f7a519090b (patch) | |
tree | e5be329c12f01ce21374f0ff7eb89703e8f01801 /yjit/bindgen | |
parent | f5c3fc877e921ecfdd63663e6711ba25d8a09585 (diff) |
Move a couple of bindgen targets to ZJIT bindgen
We filed https://github.com/Shopify/zjit/pull/65 and
https://github.com/Shopify/zjit/pull/64 concurrently.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13131
Diffstat (limited to 'yjit/bindgen')
-rw-r--r-- | yjit/bindgen/src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs index 85d8c3c29f..b9f3651e0e 100644 --- a/yjit/bindgen/src/main.rs +++ b/yjit/bindgen/src/main.rs @@ -96,8 +96,6 @@ fn main() { // For testing .allowlist_function("ruby_init") .allowlist_function("ruby_init_stack") - .allowlist_function("ruby_options") - .allowlist_function("ruby_executable_node") .allowlist_function("rb_funcallv") .allowlist_function("rb_protect") |