llvmPackages: Always put libunwind before openmp

This keeps the "main bootstrap" together.
This commit is contained in:
John Ericson
2021-05-12 00:13:13 +00:00
parent 4caedc060f
commit 894f0c6ec8
5 changed files with 4 additions and 9 deletions
@@ -236,7 +236,6 @@ let
});
openmp = callPackage ./openmp { inherit llvm_meta; };
});
in { inherit tools libraries; } // libraries // tools