Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3013b26

Browse files
committedOct 8, 2021
Auto merge of rust-lang#89659 - workingjubilee:rollup-0vggc69, r=workingjubilee
Rollup of 8 pull requests Successful merges: - rust-lang#87918 (Enable AutoFDO.) - rust-lang#88137 (On macOS, make strip="symbols" not pass any options to strip) - rust-lang#88772 (Fixed confusing wording on Result::map_or_else.) - rust-lang#89025 (Implement `#[link_ordinal(n)]`) - rust-lang#89082 (Implement rust-lang#85440 (Random test ordering)) - rust-lang#89288 (Wrapper for `-Z gcc-ld=lld` to invoke rust-lld with the correct flavor) - rust-lang#89476 (Correct decoding of foreign expansions during incr. comp.) - rust-lang#89622 (Use correct edition for panic in [debug_]assert!().) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents c2171ee + 30e068f commit 3013b26

File tree

65 files changed

+1034
-123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1034
-123
lines changed
 

‎Cargo.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,6 +1965,10 @@ dependencies = [
19651965
"walkdir",
19661966
]
19671967

1968+
[[package]]
1969+
name = "lld-wrapper"
1970+
version = "0.1.0"
1971+
19681972
[[package]]
19691973
name = "lock_api"
19701974
version = "0.4.1"

‎Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ members = [
3636
"src/tools/jsondocck",
3737
"src/tools/html-checker",
3838
"src/tools/bump-stage0",
39+
"src/tools/lld-wrapper",
3940
]
4041

4142
exclude = [

0 commit comments

Comments
 (0)
This repository has been archived.