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