This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
14e59bb317
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 10:53:16 -07:00
// compile-flags: -C lto -C embed-bitcode=no
Add a simple test.
2020-04-20 10:03:35 +10:00
fn
main
(
)
{
}
Copy permalink