File tree 1 file changed +4
-1
lines changed
compiler/rustc_codegen_ssa/src/mir
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -285,13 +285,16 @@ fn enable_disable_target_features<'tcx>(
285
285
// LLVM does not appear to accept any directive to enable target features
286
286
//
287
287
// https://github.com/llvm/llvm-project/blob/74306afe87b85cb9b5734044eb6c74b8290098b3/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp#L909
288
- return None ;
288
+
289
+ /* fallthrough */
289
290
}
290
291
291
292
Architecture :: LoongArch64 => {
292
293
// LLVM does not appear to accept any directive to enable target features
293
294
//
294
295
// https://github.com/llvm/llvm-project/blob/74306afe87b85cb9b5734044eb6c74b8290098b3/llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp#L1918
296
+
297
+ /* fallthrough */
295
298
}
296
299
297
300
// FIXME: support naked_asm! on more architectures
You can’t perform that action at this time.
0 commit comments