Commit d252848
authored
Rollup merge of rust-lang#77710 - fortanix:raoul/bugfix-lvi, r=nikic
Update submodule llvm to get LVI bugfix
The LLVM LVI mitigations used register %rcs as a clobber register. This is problematic when rust uses this register to return (part of) function values. The problem was fixed upstream in:
https://reviews.llvm.org/D88924
https://reviews.llvm.org/D88925
PR rust-lang/llvm-project#79 merged it in the llvm_project. This PR updates the submodule
Bug report: https://bugs.llvm.org/show_bug.cgi?id=47740
Fixes rust-lang#77607
cc: @jethrogb1 file changed
+1
-1
lines changed
0 commit comments