File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,17 @@ rec {
100100 rev = "bb123ff9401b517d877de4ed6fd9ea61edf49dbb" ;
101101 hash = "sha256-6ca5FhSsG5Qik7wi6Vn3OmUmKR/hULSDniu4JLo+5jM=" ;
102102 } ;
103+ vscalePatch = prev . fetchpatch {
104+ url = "https://github.com/llvm/llvm-project/pull/140195.patch" ;
105+ hash = "sha256-fevg7xQ/9RuOvGnT9uBhBAoM0wq+hB0tvidsg2LkxG8=" ;
106+ stripLen = 1 ;
107+ } ;
103108 in
104109 llvmPackages . clang-unwrapped . override {
105110 monorepoSrc = llvmSrc ;
106- libllvm = llvmPackages . libllvm . override { monorepoSrc = llvmSrc ; } ;
111+ libllvm = ( llvmPackages . libllvm . override { monorepoSrc = llvmSrc ; } ) . overrideAttrs ( old : {
112+ patches = old . patches ++ [ vscalePatch ] ;
113+ } ) ;
107114 } ;
108115 in
109116 rv32_buildPkgs . wrapCCWith rec {
You can’t perform that action at this time.
0 commit comments