]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_gcc/src/type_.rs
Auto merge of #95644 - WaffleLapkin:str_split_as_str_refactor_take2, r=Amanieu
[rust.git] / compiler / rustc_codegen_gcc / src / type_.rs
index bdf7318ce48c9505887b2287c0201bf66742bc54..89a415cdb36cd2d8d98c0b1f132541e018364f39 100644 (file)
@@ -300,4 +300,8 @@ fn typeid_metadata(&self, _typeid: String) -> RValue<'gcc> {
         // Unsupported.
         self.context.new_rvalue_from_int(self.int_type, 0)
     }
+
+    fn set_kcfi_type_metadata(&self, _function: RValue<'gcc>, _kcfi_typeid: u32) {
+        // Unsupported.
+    }
 }