Separate out build_if into a pass
This commit is contained in:
@@ -65,6 +65,7 @@ bool sandbox() {
|
||||
|
||||
LC_Intern name = LC_ILit("sandbox");
|
||||
LC_ParsePackagesUsingRegistry(name);
|
||||
LC_BuildIfPass();
|
||||
if (L->errors) {
|
||||
LC_LangEnd(lang);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user