[NFC] Insert IncrementalJobAction into the Action Hierarchy

This will be used to extend incremental behavior to merge-modules and the bridging header precompile step.
This commit is contained in:
Robert Widmann
2020-10-07 12:07:16 -07:00
parent d70f35d09d
commit e5737bc5cb
2 changed files with 26 additions and 8 deletions

View File

@@ -43,6 +43,8 @@ void InputAction::anchor() {}
void JobAction::anchor() {}
void IncrementalJobAction::anchor() {}
void CompileJobAction::anchor() {}
void InterpretJobAction::anchor() {}