-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
llvm_11: build from git #114828
Copy link
Copy link
Closed
Labels
0.kind: packaging requestRequest for a new package to be addedRequest for a new package to be added6.topic: llvm/clangIssues related to llvmPackages, clangStdenv and relatedIssues related to llvmPackages, clangStdenv and related
Metadata
Metadata
Assignees
Labels
0.kind: packaging requestRequest for a new package to be addedRequest for a new package to be added6.topic: llvm/clangIssues related to llvmPackages, clangStdenv and relatedIssues related to llvmPackages, clangStdenv and related
Fields
Give feedbackNo fields configured for issues without a type.
llvmis currenly built from individual tarballs instead of upstream monorepoThe flaws of this approach are:
nixpkgs/pkgs/development/compilers/llvm/11/clang/default.nix
Lines 14 to 20 in 9ddb9c0
fetchpatchfrom upstream git repo: https://github.com/NixOS/nixpkgs/tree/9ddb9c0021ede97e981c3dee2250bbd1abc50c6f/pkgs/development/compilers/llvm/11masterbut not yet in the latest tarballed release.chromiumDevoften needs them. With git repo,llvm_11.override{src = ...}would work.