We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febd59e commit 7bbc8efCopy full SHA for 7bbc8ef
compiler/rustc_interface/src/util.rs
@@ -34,7 +34,7 @@ pub type MakeBackendFn = fn() -> Box<dyn CodegenBackend>;
34
/// specific features (SSE, NEON etc.).
35
///
36
/// This is performed by checking whether a set of permitted features
37
-/// is available on the target machine, by querying LLVM.
+/// is available on the target machine, by querying the codegen backend.
38
pub fn add_configuration(
39
cfg: &mut CrateConfig,
40
sess: &mut Session,
0 commit comments