]> git.tdb.fi Git - builder.git/blobdiff - source/clangccompiler.h
Initial support for building on Darwin (a.k.a. Mac OS X)
[builder.git] / source / clangccompiler.h
diff --git a/source/clangccompiler.h b/source/clangccompiler.h
new file mode 100644 (file)
index 0000000..2a4ec29
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef CLANGCCOMPILER_H_
+#define CLANGCCOMPILER_H_
+
+#include "gnuccompiler.h"
+
+class ClangCCompiler: public GnuCCompiler
+{
+public:
+       ClangCCompiler(Builder &, const Architecture &);
+};
+
+#endif