1
Fork 0

Merge commit 'c84d1871dc' into sync_cg_clif-2023-11-10

This commit is contained in:
bjorn3 2023-11-10 11:30:51 +00:00
commit d186b49460
13 changed files with 961 additions and 67 deletions

View file

@ -99,6 +99,7 @@ const BASE_SYSROOT_SUITE: &[TestCase] = &[
TestCase::build_bin_and_run("aot.mod_bench", "example/mod_bench.rs", &[]),
TestCase::build_bin_and_run("aot.issue-72793", "example/issue-72793.rs", &[]),
TestCase::build_bin("aot.issue-59326", "example/issue-59326.rs"),
TestCase::build_bin_and_run("aot.neon", "example/neon.rs", &[]),
];
pub(crate) static RAND_REPO: GitRepo = GitRepo::github(