3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/compilers/llvm
sternenseemann f7b49ea2af llvmPackages_12.lld: make sure llvm libunwind is passed
lld needs LLVM's libunwind for its headers. That libunwind is not part
of the tools scope in pkgs/development/compilers/llvm/12/default.nix,
which means that lld previously received libunwind from top-level pkgs
which of course doesn't have the required headers.

To resolve this pass libunwind from the libraries scope — platform
concerns don't really mattern as only libunwind.src is used.

libunwind was initially passed correctly, but that was removed in
e830db4320. This regression was likely
introduced accidentally.
2021-05-14 16:23:12 +02:00
..
5 llvmPackages: Fix more inconsistencies 2021-05-12 00:16:11 +00:00
6 llvmPackages: Fix more inconsistencies 2021-05-12 00:16:11 +00:00
7 llvmPackages: Fix more inconsistencies 2021-05-12 00:16:11 +00:00
8 llvmPackages: Fix more inconsistencies 2021-05-12 00:16:11 +00:00
9 llvmPackages: Fix more inconsistencies 2021-05-12 00:16:11 +00:00
10 llvmPackages: Fix more inconsistencies 2021-05-12 00:16:11 +00:00
11 llvmPackages: Fix more inconsistencies 2021-05-12 00:16:11 +00:00
12 llvmPackages_12.lld: make sure llvm libunwind is passed 2021-05-14 16:23:12 +02:00
common/compiler-rt llvmPackages: Organize files 2021-03-24 05:02:50 +00:00
rocm llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
aarch64.patch
exegesis-force-bdver2.patch llvmPackages_12.llvm: fix building on older CPUs 2021-04-17 01:55:53 +00:00
libcxx-0001-musl-hacks.patch
multi.nix
TLI-musl.patch
update.sh llvmPackages: Add an update script 2021-04-01 13:31:48 +02:00