-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking Issue for -Zdebuginfo-compression
#120953
Labels
-Zdebuginfo-compression
Unstable option: debuginfo compression
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
ojeda
added
the
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
label
Feb 11, 2024
83 tasks
bjorn3
added
the
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
label
Feb 12, 2024
fbq
pushed a commit
to Rust-for-Linux/linux
that referenced
this issue
Feb 17, 2024
Rust 1.74.0 introduced (unstable) support for the `-Zdebuginfo-compression` flag, thus use it. Link: rust-lang/rust#120953 Link: rust-lang/rust#115358 Signed-off-by: Miguel Ojeda <[email protected]> Link: https://lore.kernel.org/r/[email protected]
fbq
pushed a commit
to Rust-for-Linux/linux
that referenced
this issue
Feb 19, 2024
Rust 1.74.0 introduced (unstable) support for the `-Zdebuginfo-compression` flag, thus use it. Link: rust-lang/rust#120953 Link: rust-lang/rust#115358 Signed-off-by: Miguel Ojeda <[email protected]> Link: https://lore.kernel.org/r/[email protected]
fbq
pushed a commit
to Rust-for-Linux/linux
that referenced
this issue
Mar 5, 2024
Rust 1.74.0 introduced (unstable) support for the `-Zdebuginfo-compression` flag, thus use it. Link: rust-lang/rust#120953 Link: rust-lang/rust#115358 Signed-off-by: Miguel Ojeda <[email protected]> Link: https://lore.kernel.org/r/[email protected]
fbq
pushed a commit
to Rust-for-Linux/linux
that referenced
this issue
Mar 25, 2024
Rust 1.74.0 introduced (unstable) support for the `-Zdebuginfo-compression` flag, thus use it. Link: rust-lang/rust#120953 Link: rust-lang/rust#115358 Signed-off-by: Miguel Ojeda <[email protected]> Link: https://lore.kernel.org/r/[email protected]
ojeda
added a commit
to ojeda/linux
that referenced
this issue
Mar 29, 2024
Rust 1.74.0 introduced (unstable) support for the `-Zdebuginfo-compression` flag, thus use it. Link: rust-lang/rust#120953 Link: rust-lang/rust#115358 Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
ojeda
added a commit
to Rust-for-Linux/linux
that referenced
this issue
Mar 29, 2024
Rust 1.74.0 introduced (unstable) support for the `-Zdebuginfo-compression` flag, thus use it. Note that the releases built by the Rust project (i.e. the ones provided by rustup) do not enable support for zstd in their bundled LLVM (yet, at least), thus the Rust compiler will warn, but the build will proceed: warning: unknown debuginfo compression algorithm zstd - will fall back to uncompressed debuginfo Link: rust-lang/rust#120953 Link: rust-lang/rust#115358 Link: https://lore.kernel.org/r/[email protected] [ Added note about zstd support in Rust-provided binaries. ] Signed-off-by: Miguel Ojeda <[email protected]>
ojeda
added a commit
to Rust-for-Linux/linux
that referenced
this issue
Apr 2, 2024
Rust 1.74.0 introduced (unstable) support for the `-Zdebuginfo-compression` flag, thus use it. Note that the releases built by the Rust project (i.e. the ones provided by rustup) do not enable support for zstd in their bundled LLVM (yet, at least), thus the Rust compiler will warn, but the build will proceed: warning: unknown debuginfo compression algorithm zstd - will fall back to uncompressed debuginfo Link: rust-lang/rust#120953 Link: rust-lang/rust#115358 Reviewed-by: Alice Ryhl <[email protected]> Link: https://lore.kernel.org/r/[email protected] [ Added note about zstd support in Rust-provided binaries. ] Signed-off-by: Miguel Ojeda <[email protected]>
sweettea
pushed a commit
to sweettea/btrfs-fscrypt
that referenced
this issue
Apr 3, 2024
Rust 1.74.0 introduced (unstable) support for the `-Zdebuginfo-compression` flag, thus use it. Note that the releases built by the Rust project (i.e. the ones provided by rustup) do not enable support for zstd in their bundled LLVM (yet, at least), thus the Rust compiler will warn, but the build will proceed: warning: unknown debuginfo compression algorithm zstd - will fall back to uncompressed debuginfo Link: rust-lang/rust#120953 Link: rust-lang/rust#115358 Reviewed-by: Alice Ryhl <[email protected]> Link: https://lore.kernel.org/r/[email protected] [ Added note about zstd support in Rust-provided binaries. ] Signed-off-by: Miguel Ojeda <[email protected]>
This was referenced May 28, 2024
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 16, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953 try-job: dist-x86_64-linux
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 17, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953 try-job: x86_64-gnu
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 17, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953 try-job: x86_64-gnu
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 17, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 18, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953 try-job: x86_64-gnu
jieyouxu
added
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
-Zdebuginfo-compression
Unstable option: debuginfo compression
labels
Jul 27, 2024
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 28, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 28, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 29, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 29, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 30, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 30, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 30, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 31, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 31, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Aug 3, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Aug 8, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Aug 8, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Aug 9, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953 try-job: x86_64-gnu-tools
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Aug 9, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953 try-job: x86_64-gnu-tools
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Aug 9, 2024
Enable zstd for debug compression. Set LLVM_ENABLE_ZSTD alongside LLVM_ENABLE_ZLIB so that --compress-debug-sections=zstd is an option. See rust-lang#120953 try-job: x86_64-gnu-tools
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
-Zdebuginfo-compression
Unstable option: debuginfo compression
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This is a tracking issue for the
-Zdebuginfo-compression
flag introduced by #115358.About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Unresolved questions
LLVM_ENABLE_ZSTD
).From: debuginfo: add compiler option to allow compressed debuginfo sections #115358 (comment).
The text was updated successfully, but these errors were encountered: