]> git.tdb.fi Git - builder.git/blob - source/clangcxxcompiler.cpp
Combine the gnu and clang toolchains into SystemToolchain
[builder.git] / source / clangcxxcompiler.cpp
1 #include "clangcxxcompiler.h"
2
3 ClangCxxCompiler::ClangCxxCompiler(Builder &b, const Architecture &a):
4         GnuCxxCompiler(b, a)
5 {
6         set_command("clang++", true);
7 }