about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
diff options
context:
space:
mode:
authorCaleb Zulawski <caleb.zulawski@gmail.com>2022-11-12 10:28:06 -0500
committerCaleb Zulawski <caleb.zulawski@gmail.com>2022-11-12 18:46:39 -0500
commit11224000e8e9468b3c2a7999aa7566d361d81a4c (patch)
treea87556c566f48b349144379d4e6681e6cf934154 /compiler/rustc_codegen_llvm/src/llvm_util.rs
parentd7152f8eece1b38918270c1faab8059df9322ebf (diff)
downloadrust-11224000e8e9468b3c2a7999aa7566d361d81a4c.tar.gz
rust-11224000e8e9468b3c2a7999aa7566d361d81a4c.zip
Update compiler/rustc_codegen_llvm/src/llvm_util.rs
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm_util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm_util.rs b/compiler/rustc_codegen_llvm/src/llvm_util.rs
index 78eb64c5bbf..4af1aaec0a1 100644
--- a/compiler/rustc_codegen_llvm/src/llvm_util.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm_util.rs
@@ -164,7 +164,7 @@ pub fn to_llvm_features<'a>(sess: &Session, s: &'a str) -> SmallVec<[&'a str; 2]
         ("x86", "bmi1") => smallvec!["bmi"],
         ("x86", "cmpxchg16b") => smallvec!["cx16"],
         // FIXME: These aliases are misleading, and should be removed before avx512_target_feature is
-        // stabilized. For now, they must be kept at a minimum because std::arch uses them.
+        // stabilized. They must remain until std::arch switches off them.
         // rust#100752
         ("x86", "avx512vaes") => smallvec!["vaes"],
         ("x86", "avx512gfni") => smallvec!["gfni"],