diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-02-01 16:08:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-01 16:08:06 +0100 |
| commit | 019c140244b83b9ebb177e74345237844e88a26b (patch) | |
| tree | b0263e1c23718291e8725453ca5f774afd4c03f6 /src/test/rustdoc/source-version-separator.rs | |
| parent | 724ce3798fcbc81e67edcacc0944950f74435653 (diff) | |
| parent | 746b3d87b33d2524e42233b5e75babdcd379652d (diff) | |
| download | rust-019c140244b83b9ebb177e74345237844e88a26b.tar.gz rust-019c140244b83b9ebb177e74345237844e88a26b.zip | |
Rollup merge of #93436 - dcsommer:master, r=Mark-Simulacrum
Update compiler_builtins to fix duplicate symbols in `armv7-linux-androideabi` rlib I ran `./x.py dist --host= --target=armv7-linux-androideabi` before this diff: ``` $ nm build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/armv7-linux-androideabi/lib/libcompiler_builtins-3d9661a82c59c66a.rlib 2> /dev/null | grep __sync_fetch_and_add_4 | wc -l 2 ``` And after: ``` $ nm build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/armv7-linux-androideabi/lib/libcompiler_builtins-ffd2745070943321.rlib 2> /dev/null | grep __sync_fetch_and_add_4 | wc -l 1 ``` Fixes #93310 See also https://github.com/rust-lang/compiler-builtins/issues/449 and https://github.com/rust-lang/compiler-builtins/pull/450
Diffstat (limited to 'src/test/rustdoc/source-version-separator.rs')
0 files changed, 0 insertions, 0 deletions
