X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclangcompiler.cpp;h=f0ab93916a8a91c24a2c7b4ae1740ec367189ea6;hb=HEAD;hp=7ad47ed45986b55f2ba7f81fa76eae7c75a7b91b;hpb=a4f02f02d4682c7f504e46ff2ce8f93035fd36dd;p=builder.git diff --git a/source/clangcompiler.cpp b/source/clangcompiler.cpp deleted file mode 100644 index 7ad47ed..0000000 --- a/source/clangcompiler.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include "clangcompiler.h" - -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) -{ - set_command((tag=="CXX" ? "clang++" : "clang"), true); -}