Merge branch 'master' into staging-next

This commit is contained in:
Jan Tojnar
2021-01-26 13:53:25 +01:00
11 changed files with 251 additions and 4 deletions
@@ -56,6 +56,11 @@ stdenv.mkDerivation rec {
echo "$VCSVersion" > lib/Basic/VCSVersion.inc
'';
passthru = {
isClang = true;
inherit llvm;
};
meta = with lib; {
description = "ROCm fork of the clang C/C++/Objective-C/Objective-C++ LLVM compiler frontend";
homepage = "https://llvm.org/";