Add experimental support for a threaded semantic checker to -threaded-checker

This commit is contained in:
gingerBill
2021-07-10 23:51:37 +01:00
parent 690374d4de
commit d9e6ade030
12 changed files with 252 additions and 101 deletions

View File

@@ -208,6 +208,7 @@ struct BuildContext {
bool linker_map_file;
bool use_separate_modules;
bool threaded_checker;
u32 cmd_doc_flags;
Array<String> extra_packages;