about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2022-10-24 20:14:28 +0200
committerMartin Nordholts <enselic@gmail.com>2022-10-24 20:40:46 +0200
commit5e624bf4bad3156f63ca95702b7bd6246751ded5 (patch)
treecb1cd5639338feb0ec6165e1a71b9004a103b288 /compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
parentc07a6a9c0c6c571d535de74d7ec28469fba46e37 (diff)
downloadrust-5e624bf4bad3156f63ca95702b7bd6246751ded5.tar.gz
rust-5e624bf4bad3156f63ca95702b7bd6246751ded5.zip
rustdoc: Use `unix_sigpipe` instead of `rustc_driver::set_sigpipe_handler`
Start using `unix_sigpipe` instead of
`rustc_driver::set_sigpipe_handler`.

After this has been merged, we can completely remove
`rustc_driver::set_sigpipe_handler`.

Verification of this change
---------------------------

1. Remove `#[unix_sigpipe = "sig_dfl"]`
1. Run `./x.py build`
1. Run `./build/aarch64-apple-darwin/stage1/bin/rustdoc --help | false`
1. Observe ICE
1. Add back `#[unix_sigpipe = "sig_dfl"]`
1. Run `./x.py build`
1. Run `./build/aarch64-apple-darwin/stage1/bin/rustdoc --help | false`
1. Observe ICE fixed
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp')
0 files changed, 0 insertions, 0 deletions