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