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 {
100
100
rev = "bb123ff9401b517d877de4ed6fd9ea61edf49dbb" ;
101
101
hash = "sha256-6ca5FhSsG5Qik7wi6Vn3OmUmKR/hULSDniu4JLo+5jM=" ;
102
102
} ;
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
+ } ;
103
108
in
104
109
llvmPackages . clang-unwrapped . override {
105
110
monorepoSrc = llvmSrc ;
106
- libllvm = llvmPackages . libllvm . override { monorepoSrc = llvmSrc ; } ;
111
+ libllvm = ( llvmPackages . libllvm . override { monorepoSrc = llvmSrc ; } ) . overrideAttrs ( old : {
112
+ patches = old . patches ++ [ vscalePatch ] ;
113
+ } ) ;
107
114
} ;
108
115
in
109
116
rv32_buildPkgs . wrapCCWith rec {
You can’t perform that action at this time.
0 commit comments