summaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/llvm/9/compiler-rt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into structured-attrsorigin/structured-attrsRobin Gloster2021-05-242-1/+119
|\
| * Fast-forward PR #122399 from staging to staging-next•••compiler-rt: Revert passing `COMPILER_RT_OS_DIR` and not symlinking libs (cherry picked from commit 680b33fe37d4b6fd0bd8fe596ed438c88bfb3637) https://github.com/NixOS/nixpkgs/pull/111487#issuecomment-840078869 John Ericson2021-05-121-2/+3
| * llvmPackages: Multuple outputs for everythting•••Also begin to start work on cross compilation, though that will have to be finished later. The patches are based on the first version of https://reviews.llvm.org/D99484. It's very annoying to do the back-porting but the review has uncovered nothing super major so I'm fine sticking with what I've got. Beyond making the outputs work, I also strove to re-sync the packages, as they have been drifting pointlessly apart for some time. ---- Other misc notes, highly incomplete - lvm-config-native and llvm-config are put in `dev` because they are tools just for build time. - Clang no longer has an lld dep. That was introduced in db29857eb391ed002046090851a44c452b80bdbd, but if clang needs help finding lld when it is used we should just pass it flags / put in the resource dir. Providing it at build time increases critical path length for no good reason. ---- A note on `nativeCC`: `stdenv` takes tools from the previous stage, so: 1. `pkgsBuildBuild`: `(?1, x, x)` 2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)` while: 1. `pkgsBuildBuild`: `(?1, x, x)` 2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)` 3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)` Andrew Childs2021-04-302-4/+121
* | Merge remote-tracking branch 'upstream/master' into structured-attrsRobin Gloster2021-04-231-3/+2
|/
* llvmPackages: Organize files•••Always do pkg/default.nix not pkg.nix; use directories to avoid prefixing patches and other files. John Ericson2021-03-244-0/+572