fix, just trying to get the build bots happy again.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97223
91177308-0d34-0410-b5e6-
96231b3b80d8
protected:
CodeGenAction(unsigned _Act);
- ~CodeGenAction();
virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
llvm::StringRef InFile);
virtual void EndSourceFileAction();
public:
+ ~CodeGenAction();
+
/// takeModule - Take the generated LLVM module, for use after the action has
/// been run. The result may be null on failure.
llvm::Module *takeModule();