mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[BatchMode] Add virtual destructor to Job.
This commit is contained in:
@@ -181,6 +181,7 @@ CommandOutput::dump() const {
|
||||
llvm::errs() << '\n';
|
||||
}
|
||||
|
||||
Job::~Job() = default;
|
||||
|
||||
void Job::printArguments(raw_ostream &os,
|
||||
const llvm::opt::ArgStringList &Args) {
|
||||
|
||||
Reference in New Issue
Block a user