diff --git a/clang/docs/ClangCommandLineReference.rst b/clang/docs/ClangCommandLineReference.rst index 7e53f45c59689f..ae110df4148d8e 100644 --- a/clang/docs/ClangCommandLineReference.rst +++ b/clang/docs/ClangCommandLineReference.rst @@ -1873,6 +1873,10 @@ Enable sanitizer for AMDGPU target Specify that single precision floating-point divide and sqrt used in the program source are correctly rounded (HIP device compilation only) +.. option:: -fhip-kernel-arg-name, -fno-hip-kernel-arg-name + +Specify that kernel argument names are preserved (HIP only) + .. option:: -fhip-new-launch-api, -fno-hip-new-launch-api Use new kernel launching API for HIP @@ -3439,6 +3443,10 @@ Work around VLLDM erratum CVE-2021-35465 (ARM only) Work around Cortex-A57 Erratum 1742098 (ARM only) +.. option:: -mframe-chain= + +Select the frame chain model used to emit frame records (Arm only). must be 'none', 'aapcs' or 'aapcs+leaf'. + .. option:: -mno-bti-at-return-twice Do not add a BTI instruction after a setjmp or other return-twice construct (Arm/AArch64 only) @@ -3869,6 +3877,8 @@ X86 .. option:: -mrdpid, -mno-rdpid +.. option:: -mrdpru, -mno-rdpru + .. option:: -mrdrnd, -mno-rdrnd .. option:: -mrdseed, -mno-rdseed