mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
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
|
||||
'';
|
||||
|
||||
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/";
|
||||
|
|
Loading…
Reference in a new issue