]> git.tdb.fi Git - builder.git/blobdiff - source/clangcompiler.h
Prepare early dependencies of a target before finding more
[builder.git] / source / clangcompiler.h
index c848b758c13452857ea02989297e9ce64f0c071a..af2c05d27a9c0cf926c56ee6aa9f55986d66d7c2 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef CLANGCOMPILER_H_
 #define CLANGCOMPILER_H_
 
-#include "gnucompiler.h"
+#include "customizedtool.h"
 
-class ClangCompiler: public GnuCompiler
+class ClangCompiler: public CustomizedTool
 {
 public:
-       ClangCompiler(Builder &, const Architecture &, const std::string &, const Msp::FS::Path & = Msp::FS::Path());
+       ClangCompiler(Builder &, const Architecture &, const std::string &);
 };
 
 #endif