Fix changes from rebase

This commit is contained in:
Noah Gibbs 2021-10-01 12:17:09 +01:00 committed by Alan Wu
parent f36a5a98c0
commit be06112d48
8 changed files with 203 additions and 12 deletions

3
yjit.h
View file

@ -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