We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OutputType::ThinLinkBitcode
1 parent 447d858 commit 016f429Copy full SHA for 016f429
src/driver/aot.rs
@@ -210,7 +210,7 @@ fn produce_final_output_artifacts(
210
// to get rid of it.
211
for output_type in crate_output.outputs.keys() {
212
match *output_type {
213
- OutputType::Bitcode | OutputType::ThinLinkBitcode | OutputType::ThinBitcode => {
+ OutputType::Bitcode | OutputType::ThinLinkBitcode => {
214
// Cranelift doesn't have bitcode
215
// user_wants_bitcode = true;
216
// // Copy to .bc, but always keep the .0.bc. There is a later
0 commit comments