This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a733082be9
rust
/
tests
/
run-make
/
relocation-model
/
foo.rs
2 lines
17 B
Rust
Raw
Normal View
History
Unescape
Escape
Add support for different relocation models 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`
2014-04-05 07:10:13 -05:00
pub
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink