]> git.tdb.fi Git - builder.git/blobdiff - source/clangtools.h
Split SystemTools into GnuTools and ClangTools
[builder.git] / source / clangtools.h
diff --git a/source/clangtools.h b/source/clangtools.h
new file mode 100644 (file)
index 0000000..ba86cc3
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef CLANGTOOLS_H_
+#define CLANGTOOLS_H_
+
+#include "toolchain.h"
+
+class Architecture;
+class Builder;
+
+class ClangTools: public Toolchain
+{
+public:
+       ClangTools(Builder &, const Architecture &);
+};
+
+#endif