Merge pull request #59338 from matthewbauer/llvm-libc++

llvm8: support c++ in cross case
This commit is contained in:
Matthew Bauer
2019-04-12 14:09:00 -04:00
committed by GitHub
12 changed files with 633 additions and 25 deletions

View File

@@ -55,7 +55,7 @@ in lib.init bootStages ++ [
else if crossSystem.useAndroidPrebuilt or false
then buildPackages."androidndkPkgs_${crossSystem.ndkVer}".clang
else if crossSystem.useLLVM or false
then buildPackages.llvmPackages_7.lldClang
then buildPackages.llvmPackages_8.lldClang
else buildPackages.gcc;
extraNativeBuildInputs = old.extraNativeBuildInputs