Skip to content

Commit 1ac117b

Browse files
Rollup merge of #107015 - cuviper:ra-riscv64, r=Mark-Simulacrum
Re-enable building rust-analyzer on riscv64 It was disabled in #75103 due to an LLVM bug, but followup comments have confirmed that it builds fine on Fedora with LLVM 15. r? ```@Mark-Simulacrum``` cc ```@matklad``` ```@davidlt```
2 parents 8a830cf + f6d8abf commit 1ac117b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/bootstrap/dist.rs

-6
Original file line numberDiff line numberDiff line change
@@ -1130,12 +1130,6 @@ impl Step for RustAnalyzer {
11301130
let compiler = self.compiler;
11311131
let target = self.target;
11321132

1133-
if target.contains("riscv64") {
1134-
// riscv64 currently has an LLVM bug that makes rust-analyzer unable
1135-
// to build. See #74813 for details.
1136-
return None;
1137-
}
1138-
11391133
let rust_analyzer = builder
11401134
.ensure(tool::RustAnalyzer { compiler, target })
11411135
.expect("rust-analyzer always builds");

0 commit comments

Comments
 (0)