X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclangcompiler.h;h=af2c05d27a9c0cf926c56ee6aa9f55986d66d7c2;hb=494022085666b79b4ca5ebf17d6b9acc7db11b25;hp=656b9d20dff4be43b2f8148eef5957fd3c9d50b4;hpb=15cf75a5ac62454d90b8b2987b1940710056f4d0;p=builder.git diff --git a/source/clangcompiler.h b/source/clangcompiler.h index 656b9d2..af2c05d 100644 --- a/source/clangcompiler.h +++ b/source/clangcompiler.h @@ -1,9 +1,9 @@ #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 &);