]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/asm/riscv.rs
New upstream version 1.61.0+dfsg1
[rustc.git] / compiler / rustc_target / src / asm / riscv.rs
index e145ba8a16e6488d2d6779327285c99152fa9275..987bf9705293338c6a28c3d0f195a3158347ca6a 100644 (file)
@@ -1,5 +1,5 @@
 use super::{InlineAsmArch, InlineAsmType};
-use crate::spec::Target;
+use crate::spec::{RelocModel, Target};
 use rustc_data_structures::stable_set::FxHashSet;
 use rustc_macros::HashStable_Generic;
 use rustc_span::{sym, Symbol};
@@ -54,6 +54,7 @@ impl RiscVInlineAsmRegClass {
 
 fn not_e(
     _arch: InlineAsmArch,
+    _reloc_model: RelocModel,
     target_features: &FxHashSet<Symbol>,
     _target: &Target,
     _is_clobber: bool,