First try at a clang-wrapper. Hello world compiles\!

svn path=/nixpkgs/trunk/; revision=29879
This commit is contained in:
Shea Levy
2011-10-18 20:03:09 +00:00
parent 9783d27b7a
commit db619f2d55
9 changed files with 623 additions and 3 deletions

View File

@@ -57,6 +57,8 @@ stdenv.mkDerivation ({
tools/clang/lib/Frontend/InitHeaderSearch.cpp
'';
passthru = { gcc = gcc.gcc; };
meta = {
homepage = http://clang.llvm.org/;
description = "A C language family frontend for LLVM";