Fixes #13: Enable conditional compilation of ISAs through features;
This commit is contained in:
committed by
Dan Gohman
parent
049f067168
commit
a45b814de8
@@ -270,7 +270,7 @@ impl fmt::Display for Pressure {
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
#[cfg(build_arm32)]
|
||||
#[cfg(feature = "arm32")]
|
||||
mod tests {
|
||||
use super::Pressure;
|
||||
use crate::isa::{RegClass, TargetIsa};
|
||||
|
||||
@@ -1127,7 +1127,7 @@ impl fmt::Display for Solver {
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
#[cfg(build_arm32)]
|
||||
#[cfg(feature = "arm32")]
|
||||
mod tests {
|
||||
use super::{Move, Solver};
|
||||
use crate::entity::EntityRef;
|
||||
|
||||
Reference in New Issue
Block a user