Skip to content

Commit

Permalink
fixup non-plugin build
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanEngelen committed Jul 5, 2023
1 parent f1b38d7 commit c1e895e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver/plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ void runAllSemanticAnalysisPlugins(Module *m) {

#else // #if LDC_ENABLE_PLUGINS

class Module;

void loadAllPlugins() {}
void registerAllPluginsWithPassBuilder(llvm::PassBuilder &) {}
void runAllSemanticAnalysisPlugins(Module *m) {}
Expand Down

0 comments on commit c1e895e

Please sign in to comment.