Skip to content

Commit 0d79783

Browse files
committed
TODO: Add to NEW SIGNATURE
1 parent 70392a1 commit 0d79783

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compiler/rustc_codegen_llvm/src/common.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ use crate::llvm::{
2828

2929
#[inline]
3030
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
31+
// FIXME(jchlanda) This is not an exhaustive list of all `ptrauth`-related attributes, but only
32+
// those currently supported. The list is expected to grow as additional functionality is
3333
// implemented, particularly for C++ interoperability.
3434
&[
3535
"aarch64-jump-table-hardening",

0 commit comments

Comments
 (0)