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 () | |
tree | e5be329c12f01ce21374f0ff7eb89703e8f01801 /yjit/bindgen/src | |
parent | f5c3fc877e921ecfdd63663e6711ba25d8a09585 (diff) |
Move a couple of bindgen targets to ZJIT bindgen
We filed https://.com/Shopify/zjit/pull/65 and https://.com/Shopify/zjit/pull/64 concurrently.
Notes: Merged: https://.com/ruby/ruby/pull/13131
-rw-r--r-- | yjit/bindgen/src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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") |