-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to release_60 of LLVM's compiler-rt
- Loading branch information
1 parent
0a95675
commit 3454479
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "compiler-rt/compiler-rt-cdylib/compiler-rt"] | ||
[submodule "compiler-rt"] | ||
path = compiler-rt | ||
url = https://github.com/rust-lang/compiler-rt |
Submodule compiler-rt
updated
1540 files
3454479
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that the workaround from rust-lang/compiler-rt#35 got lost during this update.
The fix has landed upstream https://reviews.llvm.org/D42902 but is still incorrect for sparc64 and riscv32: https://reviews.llvm.org/D43146.
@alexcrichton What can we do to re-add the workaround until it has been resolved upstream completely? I cannot find which branch I would have to open a PR for to get this issue resolved again.
3454479
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Egad sorry about that!
I think you can make a PR to this repository, however, which updates the submodule, right?
3454479
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure. I'll give it a try. I tried first to create a PR against https://github.com/rust-lang/compiler-rt/tree/dfd960b5f1a1751b22738fa34fd27b583f4618db but that didn't work.
3454479
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've sent a PR to #242
3454479
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thank you!