]> git.tdb.fi Git - builder.git/blob - source/clanglinker.h
Refactor the use of external tasks in tools
[builder.git] / source / clanglinker.h
1 #ifndef CLANGLINKER_H_
2 #define CLANGLINKER_H_
3
4 #include "customizedtool.h"
5
6 class ClangLinker: public CustomizedTool
7 {
8 public:
9         ClangLinker(Builder &, const Architecture &);
10 };
11
12 #endif