This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
nixpkgs
/
pkgs
/
development
/
compilers
/
llvm
/
3.5
History
Vladimír Čunát
bc51573f8a
dragonegg-3.5: fix by dropping included patch
...
It seems to compile a hello-world fine.
2015-02-23 09:37:07 +01:00
..
libc++
It doesn't appear to be necessary to force the libc++abi rpath in libc++, and removing it helps disentangle the upcoming darwin stdenv from its bootstrap tools
2015-02-17 22:39:31 -05:00
libc++abi
A build of libc++abi that doesn't rely on a full llvm build (more lightweight boostrap upcoming)
2015-02-08 13:38:29 -05:00
clang-purity.patch
…
clang-separate-build.patch
…
clang.nix
substituteInPlace doesn't seem to work properly on this bash, so use sed instead
2015-02-08 03:04:41 -05:00
default.nix
move libcxx[abi] into llvm tree
2015-02-03 14:58:10 -08:00
dragonegg.nix
dragonegg-3.5: fix by dropping included patch
2015-02-23 09:37:07 +01:00
lld.nix
…
lldb.nix
…
llvm-separate-build.patch
…
llvm.nix
Rearrange llvm dependencies slightly to avoid unnecessary dependencies on darwin (binutils is only used for gold integration, which doesn't apply on darwin)
2015-02-18 02:05:56 -05:00
polly-separate-build.patch
…
polly.nix
…