d/jx: fix and skip issues so that all-types can be generated properly

This commit is contained in:
Tyler Wilding
2026-04-20 18:46:30 -04:00
parent 65971bb6d6
commit 0b693f70b4
9 changed files with 53399 additions and 383 deletions
+1
View File
@@ -1124,6 +1124,7 @@ void ObjectFileDB::dump_art_info(const fs::path& output_dir) {
ag_result += "\n";
}
file_util::create_dir_if_needed_for_file(ag_fpath);
file_util::write_text_file(ag_fpath, ag_result);
auto jg_fpath = output_dir / "import" / "joint-nodes.gc";