We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70392a1 commit 0d79783Copy full SHA for 0d79783
1 file changed
compiler/rustc_codegen_llvm/src/common.rs
@@ -28,8 +28,8 @@ use crate::llvm::{
28
29
#[inline]
30
pub(crate) fn pauth_fn_attrs() -> &'static [&'static str] {
31
- // FIXME(jchlanda) This is not an exhaustive list of all `pauthtest`-related attributes, but
32
- // only those currently supported. The list is expected to grow as additional functionality is
+ // FIXME(jchlanda) This is not an exhaustive list of all `ptrauth`-related attributes, but only
+ // those currently supported. The list is expected to grow as additional functionality is
33
// implemented, particularly for C++ interoperability.
34
&[
35
"aarch64-jump-table-hardening",
0 commit comments