<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-make/relocation-model/foo.rs, branch 1.25.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.25.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.25.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-04-06T13:06:44+00:00</updated>
<entry>
<title>Add support for different relocation models</title>
<updated>2014-04-06T13:06:44+00:00</updated>
<author>
<name>Flavio Percoco</name>
<email>flaper87@gmail.com</email>
</author>
<published>2014-04-05T12:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b78ac5b74a62e7b2772d322004a6bb04967f8437'/>
<id>urn:sha1:b78ac5b74a62e7b2772d322004a6bb04967f8437</id>
<content type='text'>
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`
</content>
</entry>
</feed>
