diff options
| author | bors <bors@rust-lang.org> | 2021-05-31 07:32:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-05-31 07:32:50 +0000 |
| commit | 7baa7afd0fc8061c5b815a7aab9b40d1cd406ce8 (patch) | |
| tree | 22cc21763034d9b2febf8968d395a676be429fbd /compiler/rustc_codegen_llvm/src | |
| parent | dc08641128737ee0832bb61f24fe9212ca000f32 (diff) | |
| parent | 61c1155d170292179568dce747afd9b8f91cc265 (diff) | |
| download | rust-7baa7afd0fc8061c5b815a7aab9b40d1cd406ce8.tar.gz rust-7baa7afd0fc8061c5b815a7aab9b40d1cd406ce8.zip | |
Auto merge of #85395 - 12101111:build-crt, r=petrochenkov
Build crtbegin.o/crtend.o from source code
Build crtbengin.o/crtend.o from source code instead of copying from gcc.
The crtbegin and crtend implementation from llvm don't need `crtbeginS.o` for PIC. `crtbegin{,S,T}.o` is unified into one generic `crtbegin.o`. See the comments in https://reviews.llvm.org/D28791#1419436 and https://reviews.llvm.org/D28791#1420914
fix: https://github.com/rust-lang/rust/issues/85310 , fix: https://github.com/rust-lang/rust/issues/47551 , fix: https://github.com/rust-lang/rust/issues/84033
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
