]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkov
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 1 Oct 2021 16:18:16 +0000 (09:18 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Oct 2021 16:18:16 +0000 (09:18 -0700)
commit6f1e93058137eb606cbee5ef778d30b379903f7c
tree1840b8bb51958a08a03e4a76d5ce698ff07d58c6
parent37df2753fc52ff80625430aa7e8cdcdc6f16e362
parent198d90786b9fb429928d70c423bad5d65374a532
Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkov

Add `pie` as another `relocation-model` value

MCP: https://github.com/rust-lang/compiler-team/issues/461
compiler/rustc_codegen_llvm/src/back/write.rs
compiler/rustc_codegen_llvm/src/context.rs
compiler/rustc_codegen_llvm/src/lib.rs
compiler/rustc_codegen_llvm/src/mono_item.rs
compiler/rustc_codegen_ssa/src/back/link.rs
compiler/rustc_target/src/spec/mod.rs