Unverified Commit 45d55abd authored by Tristan Ross's avatar Tristan Ross Committed by GitHub
Browse files

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

parents 1200719b 801a9a90
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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) ''