rust: fix llvm_crt.patch file names
This commit is contained in:
parent
3194de6c06
commit
33de5a2b93
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
--- src/bootstrap/compile.rs.1
|
||||
--- src/bootstrap/compile.rs
|
||||
+++ src/bootstrap/compile.rs
|
||||
@@ -197,12 +197,6 @@
|
||||
DependencyType::TargetSelfContained,
|
||||
|
@ -13,7 +13,7 @@
|
|||
} else if target.ends_with("-wasi") {
|
||||
let srcdir = builder
|
||||
.wasi_root(target)
|
||||
--- compiler/rustc_target/src/spec/crt_objects.rs.1
|
||||
--- compiler/rustc_target/src/spec/crt_objects.rs
|
||||
+++ compiler/rustc_target/src/spec/crt_objects.rs
|
||||
@@ -64,24 +64,17 @@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue