summaryrefslogtreecommitdiff
path: root/yjit.h
diff options
context:
space:
mode:
authorNoah Gibbs <noah.gibbs@shopify.com>2021-10-01 12:17:09 +0100
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:42 -0400
commitbe06112d48b763da1e3f29b03e5e59d2a44e7b72 (patch)
tree8f15daffd7b106ff642b100e9dec22df49084b5d /yjit.h
parentf36a5a98c02ba38d05d345104b1a6d0c0c1af29b (diff)
downloadruby-be06112d48b763da1e3f29b03e5e59d2a44e7b72.tar.gz
Fix changes from rebase
Diffstat (limited to 'yjit.h')
-rw-r--r--yjit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/yjit.h b/yjit.h
index e3dd3a2f05..bf2b0c159e 100644
--- a/yjit.h
+++ b/yjit.h
@@ -57,6 +57,9 @@ struct rb_yjit_options {
// Capture and print out stats
bool gen_stats;
+
+ // Run backend tests
+ bool test_backend;
};
RUBY_SYMBOL_EXPORT_BEGIN