clif-util: try both global and target-dependent settings when parsing --set flags;

This commit is contained in:
Benjamin Bouvier
2020-04-27 18:35:43 +02:00
parent 6ef106fee9
commit 6bee767129
4 changed files with 83 additions and 14 deletions

View File

@@ -27,7 +27,7 @@
)]
pub use crate::error::{Location, ParseError, ParseResult};
pub use crate::isaspec::{parse_options, IsaSpec};
pub use crate::isaspec::{parse_options, IsaSpec, ParseOptionError};
pub use crate::parser::{parse_functions, parse_run_command, parse_test, ParseOptions};
pub use crate::run_command::{Comparison, DataValue, Invocation, RunCommand};
pub use crate::sourcemap::SourceMap;