Implement reloc_names() for all targets.
This gets rid of the last TargetIsa method with a default implementation.
This commit is contained in:
@@ -210,7 +210,5 @@ pub trait TargetIsa {
|
||||
///
|
||||
/// This array can be indexed by the contents of `binemit::Reloc` objects passed to a
|
||||
/// `CodeSink`.
|
||||
fn reloc_names(&self) -> &'static [&'static str] {
|
||||
unimplemented!()
|
||||
}
|
||||
fn reloc_names(&self) -> &'static [&'static str];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user