We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966f4b3 commit 904e897Copy full SHA for 904e897
src/tools/run-make-support/src/lib.rs
@@ -77,7 +77,7 @@ pub use env::{env_var, env_var_os, set_current_dir};
77
pub use run::{cmd, run, run_fail, run_with_args};
78
79
/// Helpers for checking target information.
80
-pub use targets::{is_darwin, is_msvc, is_windows, llvm_components_contain, target, uname, apple_os};
+pub use targets::{is_aix, is_darwin, is_msvc, is_windows, llvm_components_contain, target, uname, apple_os};
81
82
/// Helpers for building names of output artifacts that are potentially target-specific.
83
pub use artifact_names::{
0 commit comments