]> git.tdb.fi Git - builder.git/blob - source/clangcxxcompiler.h
Combine the gnu and clang toolchains into SystemToolchain
[builder.git] / source / clangcxxcompiler.h
1 #ifndef CLANGCXXCOMPILER_H_
2 #define CLANGCXXCOMPILER_H_
3
4 #include "gnucxxcompiler.h"
5
6 class ClangCxxCompiler: public GnuCxxCompiler
7 {
8 public:
9         ClangCxxCompiler(Builder &, const Architecture &);
10 };
11
12 #endif