]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #13340 : FlaPer87/rust/code-model, r=cmr
authorbors <bors@rust-lang.org>
Sun, 6 Apr 2014 14:06:36 +0000 (07:06 -0700)
committerbors <bors@rust-lang.org>
Sun, 6 Apr 2014 14:06:36 +0000 (07:06 -0700)
Rust currently defaults to `RelocPIC` regardless. This patch adds a new
codegen option that allows choosing different relocation-model. The
available models are:

    - default (Use the target-specific default model)
    - static
    - pic
    - no-pic

For a more detailed information use `llc --help`

1  2 
src/etc/zsh/_rust
src/librustc/back/link.rs
src/librustc/driver/session.rs

Simple merge
Simple merge
Simple merge