Remove DeclareMethods
This commit is contained in:
@@ -19,4 +19,6 @@ pub trait MiscMethods<'tcx>: BackendTypes {
|
||||
fn set_frame_pointer_elimination(&self, llfn: Self::Function);
|
||||
fn apply_target_cpu_attr(&self, llfn: Self::Function);
|
||||
fn create_used_variable(&self);
|
||||
/// Declares the extern "C" main function for the entry point. Returns None if the symbol already exists.
|
||||
fn declare_c_main(&self, fn_type: Self::Type) -> Option<Self::Function>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user