1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-24 02:46:38 +00:00
nixpkgs/pkgs/development/compilers/llvm
Matthew Bauer 77550df8e6 cc-wrapper: add libcxx for libcxxClang
clang needs to find headers + libraries for compiling with libc++. We
need to add a libcxx argument to cc-wrapper. This means you do not
have to pass in c++ headers directly.

This resolves the last case remaining of #30670. Darwin clang++ now
works properly.

Fixes #30670
2019-01-26 22:45:15 -05:00
..
3.5 treewide: remove paxutils from stdenv 2018-12-22 12:55:05 +01:00
3.7 treewide: remove paxutils from stdenv 2018-12-22 12:55:05 +01:00
3.8 llvm3.{8,9}: use old CMAKE_INSTALL_NAME_DIR value 2019-01-06 22:11:38 -06:00
3.9 llvm3.{8,9}: use old CMAKE_INSTALL_NAME_DIR value 2019-01-06 22:11:38 -06:00
4 Merge branch 'master' into staging 2018-12-24 15:02:29 +01:00
5 cc-wrapper: add libcxx for libcxxClang 2019-01-26 22:45:15 -05:00
6 cc-wrapper: add libcxx for libcxxClang 2019-01-26 22:45:15 -05:00
7 cc-wrapper: add libcxx for libcxxClang 2019-01-26 22:45:15 -05:00
aarch64.patch
common.nix llvm: support PowerPC 2019-01-19 18:04:05 -08:00
dynamiclibrary-musl.patch llvm_{39,4}: refactor to use same patch file 2018-06-23 15:53:44 -05:00
fix-llvm-config.patch
libcxx-0001-musl-hacks.patch
libcxx-max_align_t.patch llvm_4: refactor patch location, will be sharing shortly 2018-06-23 15:53:44 -05:00
multi.nix
TLI-musl.patch