diff options
| author | bors <bors@rust-lang.org> | 2022-09-13 04:00:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-09-13 04:00:24 +0000 |
| commit | 9da4644d5685aa0c4daa4aea6ddc9eb834ae51cc (patch) | |
| tree | 2e1a170648c34c92b6847a271028e52e026c2f7c /src/test/rustdoc-ui | |
| parent | 0df1ddc185af0d1b8d476851a50c42a31ebbb741 (diff) | |
| parent | ffa83596fe216c19e9d58c8318786edd07d23d5f (diff) | |
| download | rust-9da4644d5685aa0c4daa4aea6ddc9eb834ae51cc.tar.gz rust-9da4644d5685aa0c4daa4aea6ddc9eb834ae51cc.zip | |
Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkov
change rlib format to distinguish native dependencies Another one method to solve problem mentioned in #99429. Changed .rlib format, it contains all bundled native libraries as archieves. At link time rlib is unpacked and native dependencies linked separately. New behavior hidden under separate_native_rlib_dependencies flag.
Diffstat (limited to 'src/test/rustdoc-ui')
| -rw-r--r-- | src/test/rustdoc-ui/z-help.stdout | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rustdoc-ui/z-help.stdout b/src/test/rustdoc-ui/z-help.stdout index 73aa0a577c4..749abe36419 100644 --- a/src/test/rustdoc-ui/z-help.stdout +++ b/src/test/rustdoc-ui/z-help.stdout @@ -98,6 +98,7 @@ -Z oom=val -- panic strategy for out-of-memory handling -Z osx-rpath-install-name=val -- pass `-install_name @rpath/...` to the macOS linker (default: no) -Z diagnostic-width=val -- set the current output width for diagnostic truncation + -Z packed-bundled-libs=val -- change rlib format to store native libraries as archives -Z panic-abort-tests=val -- support compiling tests with panic=abort (default: no) -Z panic-in-drop=val -- panic strategy for panics in drops -Z parse-only=val -- parse only; do not compile, assemble, or link (default: no) |
