llvmPackages.libcxx: Include libc sources in input (#354470)

This commit is contained in:
Tristan Ross
2024-11-12 13:59:20 -08:00
committed by GitHub

View File

@@ -44,6 +44,8 @@ let
cp -r ${monorepoSrc}/llvm/utils "$out/llvm"
'' + (lib.optionalString (lib.versionAtLeast release_version "14") ''
cp -r ${monorepoSrc}/third-party "$out"
'') + (lib.optionalString (lib.versionAtLeast release_version "20") ''
cp -r ${monorepoSrc}/libc "$out"
'') + ''
cp -r ${monorepoSrc}/runtimes "$out"
'' + (lib.optionalString (cxxabi == null) ''