nixpkgs/pkgs/development/compilers/llvm/7
Matthew Bauer b86e62d30d llvm: support cross compilation with useLLVM flag
You can build (partially) with LLVM toolchain using the useLLVM flag.
This works like so:

  nix-build -A hello --arg crossSystem '{ system =
    "aarch64-unknown-linux-musl"; useLLVM = true }'

also don’t separate debug info in lldClang

It doesn’t work currently with that setup hook. Missing build-id?
2019-02-26 19:45:35 -05:00
..
clang llvm: support cross compilation with useLLVM flag 2019-02-26 19:45:35 -05:00
libc++ llvm7: 7.0.0 -> 7.0.1 2018-12-29 12:54:57 -06:00
bintools.nix llvm: support cross compilation with useLLVM flag 2019-02-26 19:45:35 -05:00
compiler-rt-clock_gettime.patch Add shim for clock_gettime until macos >= 10.12 2019-02-13 13:08:57 +01:00
compiler-rt-codesign.patch compiler-rt: quickfix codesign patch by dropping hunks 'already applied' 2018-09-23 13:30:17 -05:00
compiler-rt.nix llvm: support cross compilation with useLLVM flag 2019-02-26 19:45:35 -05:00
crtbegin-and-end.patch llvm: support cross compilation with useLLVM flag 2019-02-26 19:45:35 -05:00
default.nix llvm: support cross compilation with useLLVM flag 2019-02-26 19:45:35 -05:00
libc++abi.nix llvm7: 7.0.0 -> 7.0.1 2018-12-29 12:54:57 -06:00
lld.nix llvm7: 7.0.0 -> 7.0.1 2018-12-29 12:54:57 -06:00
lldb.nix llvm7: 7.0.0 -> 7.0.1 2018-12-29 12:54:57 -06:00
llvm-outputs.patch
llvm.nix llvm: don’t use targetPlatform 2019-02-26 19:45:35 -05:00
openmp.nix llvm7: 7.0.0 -> 7.0.1 2018-12-29 12:54:57 -06:00
sanitizers-nongnu.patch llvm7: update musl patch for sanitizers 2018-09-24 11:19:05 -05:00