X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclangccompiler.cpp;fp=source%2Fclangccompiler.cpp;h=c92e3d700930d197aa9aeec055ebfd87673a826c;hb=6e02286dcbd62b8f5ef56987c2298d54b689ad9c;hp=0000000000000000000000000000000000000000;hpb=e516e78510ad455eebc0e06645c9f12943117525;p=builder.git diff --git a/source/clangccompiler.cpp b/source/clangccompiler.cpp new file mode 100644 index 0000000..c92e3d7 --- /dev/null +++ b/source/clangccompiler.cpp @@ -0,0 +1,7 @@ +#include "clangccompiler.h" + +ClangCCompiler::ClangCCompiler(Builder &b, const Architecture &a): + GnuCCompiler(b, a) +{ + set_command("clang", true); +}