X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fclangcompiler.cpp;h=f0ab93916a8a91c24a2c7b4ae1740ec367189ea6;hb=f41742cb2b21241634c123561b71ee1667cb1ff4;hp=7ad47ed45986b55f2ba7f81fa76eae7c75a7b91b;hpb=74dddb20753ad9f4addc54597674041d5fc40412;p=builder.git diff --git a/source/clangcompiler.cpp b/source/clangcompiler.cpp index 7ad47ed..f0ab939 100644 --- a/source/clangcompiler.cpp +++ b/source/clangcompiler.cpp @@ -3,8 +3,8 @@ using namespace std; using namespace Msp; -ClangCompiler::ClangCompiler(Builder &b, const Architecture &a, const string &t, const FS::Path &r): - GnuCompiler(b, a, t, r) +ClangCompiler::ClangCompiler(Builder &b, const Architecture &a, const string &t): + GnuCompiler(b, a, t) { set_command((tag=="CXX" ? "clang++" : "clang"), true); }