This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
901b340c1f5d208561d4261cc3ee634973b35326
rust
/
tests
/
ui
/
lto
/
lto-and-no-bitcode-in-rlib.stderr
3 lines
68 B
Plaintext
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
error: options `-C embed-bitcode=no` and `-C lto` are incompatible
Add a simple test.
2020-04-20 10:03:35 +10:00
Reference in New Issue
Copy Permalink