Skip to content

Commit 9166ec6

Browse files
committed
PR feedback
1 parent e376623 commit 9166ec6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

compiler/rustc_session/src/config.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,6 +1576,9 @@ pub struct BranchProtection {
15761576

15771577
#[derive(Clone, Copy, Hash, Debug, PartialEq)]
15781578
pub enum PointerAuthOption {
1579+
// See <compiler/rustc_session/src/options.rs> and Clang's command line reference:
1580+
// <https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-fptrauth-auth-traps>
1581+
// for the origin and meaning of the enum values.
15791582
Aarch64JumpTableHardening,
15801583
AuthTraps,
15811584
Calls,

0 commit comments

Comments
 (0)