nixpkgs-suyu/pkgs
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
..
applications Merge pull request #56408 from Mic92/runtime-shell 2019-02-26 18:04:27 -05:00
build-support treewide: use runtimeShell instead of stdenv.shell whenever possible 2019-02-26 14:10:49 +00:00
common-updater common-update-scripts: fixup for current/latest nix hash output 2019-02-11 17:54:35 -06:00
data Merge pull request #55967 from Mic92/font-awesome 2019-02-26 14:12:52 +00:00
desktops Merge pull request #56408 from Mic92/runtime-shell 2019-02-26 18:04:27 -05:00
development llvm: support cross compilation with useLLVM flag 2019-02-26 19:45:35 -05:00
games treewide: use runtimeShell instead of stdenv.shell whenever possible 2019-02-26 14:10:49 +00:00
misc treewide: use runtimeShell instead of stdenv.shell whenever possible 2019-02-26 14:10:49 +00:00
os-specific treewide: use runtimeShell instead of stdenv.shell whenever possible 2019-02-26 14:10:49 +00:00
servers esphome: 1.11.1 -> 1.11.2 2019-02-27 00:20:41 +01:00
shells Merge pull request #56173 from worldofpeace/worldofpeace-updates 2019-02-22 12:54:36 -05:00
stdenv llvm: support cross compilation with useLLVM flag 2019-02-26 19:45:35 -05:00
test llvm: support cross compilation with useLLVM flag 2019-02-26 19:45:35 -05:00
tools Merge pull request #56408 from Mic92/runtime-shell 2019-02-26 18:04:27 -05:00
top-level llvm: support cross compilation with useLLVM flag 2019-02-26 19:45:35 -05:00