This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-09 16:37:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bbfbecd59f
rust
/
tests
/
ui
/
lto
/
lto-and-no-bitcode-in-rlib.rs
4 lines
59 B
Rust
Raw
Normal View
History
Unescape
Escape
Rename `bitcode-in-rlib` option to `embed-bitcode` This commit finishes work first pioneered in #70458 and started in #71528. The `-C bitcode-in-rlib` option, which has not yet reached stable, is renamed to `-C embed-bitcode` since that more accurately reflects what it does now anyway. Various tests and such are updated along the way as well. This'll also need to be backported to the beta channel to ensure we don't accidentally stabilize `-Cbitcode-in-rlib` as well.
2020-04-30 17:53:16 +00:00
// compile-flags: -C lto -C embed-bitcode=no
Add a simple test.
2020-04-20 00:03:35 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink