Remove unused OutputType::ThinLinkBitcode
This commit is contained in:
parent
447d85845d
commit
016f429c56
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ fn produce_final_output_artifacts(
|
|||
// to get rid of it.
|
||||
for output_type in crate_output.outputs.keys() {
|
||||
match *output_type {
|
||||
OutputType::Bitcode | OutputType::ThinLinkBitcode | OutputType::ThinBitcode => {
|
||||
OutputType::Bitcode | OutputType::ThinLinkBitcode => {
|
||||
// Cranelift doesn't have bitcode
|
||||
// user_wants_bitcode = true;
|
||||
// // Copy to .bc, but always keep the .0.bc. There is a later
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue