Merge pull request #110838 from r-burns/rocm
llvmPackages_rocm.clang: add isClang and llvm passthru
This commit is contained in:
commit
35cd023905
@ -56,6 +56,11 @@ stdenv.mkDerivation rec {
|
|||||||
echo "$VCSVersion" > lib/Basic/VCSVersion.inc
|
echo "$VCSVersion" > lib/Basic/VCSVersion.inc
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
isClang = true;
|
||||||
|
inherit llvm;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "ROCm fork of the clang C/C++/Objective-C/Objective-C++ LLVM compiler frontend";
|
description = "ROCm fork of the clang C/C++/Objective-C/Objective-C++ LLVM compiler frontend";
|
||||||
homepage = "https://llvm.org/";
|
homepage = "https://llvm.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user