]> git.tdb.fi Git - builder.git/blobdiff - source/clangcompiler.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / clangcompiler.cpp
diff --git a/source/clangcompiler.cpp b/source/clangcompiler.cpp
deleted file mode 100644 (file)
index bcd73d1..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "clangcompiler.h"
-
-using namespace std;
-using namespace Msp;
-
-ClangCompiler::ClangCompiler(Builder &b, const Architecture &a, const string &t):
-       CustomizedTool(b, t, a)
-{
-       set_command((tag=="CXX" ? "clang++" : "clang"), true);
-}