Merge pull request #110838 from r-burns/rocm

llvmPackages_rocm.clang: add isClang and llvm passthru
This commit is contained in:
Daniël de Kok 2021-01-26 12:25:55 +01:00 committed by GitHub
commit 35cd023905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/";