diff --git a/tools/divcc.cpp b/tools/divcc.cpp index 737786d51f59b1780f122f07d6d498161370bbb6..497357cd8104737170e697e6ac81dd4a026b1b8c 100644 --- a/tools/divcc.cpp +++ b/tools/divcc.cpp @@ -330,8 +330,7 @@ int main( int argc, char **argv ) { if ( po.hasVersion ) std::cout << "divine version: " << ui::version() << "\n"; - cc::Diagnostics diag; - driver::Driver drv( "/usr/bin/false", LLVM_HOST_TRIPLE, diag.engine ); + cc::ClangDriver drv; drv.BuildCompilation( { "divcc", po.hasHelp? "--help" : "--version" } ); return 0; }