Files
nixpkgs/pkgs/development/compilers/llvm
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
..
2018-12-22 12:55:05 +01:00
2018-12-22 12:55:05 +01:00
2019-02-26 19:45:35 -05:00
2019-02-26 19:45:35 -05:00
2019-02-26 19:45:35 -05:00
2019-01-26 22:45:15 -05:00
2019-02-26 19:45:35 -05:00
2018-02-19 11:19:32 -06:00