aarch64: split emit tests into its own file;
This is done to satisfy a check done on the maximal file's size when vendoring Rust source code into Mozilla central's repository.
This commit is contained in:
@@ -26,6 +26,9 @@ pub use self::args::*;
|
||||
pub mod emit;
|
||||
pub use self::emit::*;
|
||||
|
||||
#[cfg(test)]
|
||||
mod emit_tests;
|
||||
|
||||
//=============================================================================
|
||||
// Instructions (top level): definition
|
||||
|
||||
|
||||
Reference in New Issue
Block a user