Skip to content

Commit e6f576b

Browse files
authored
[Docs] Mention RISC-V in the introductory paragraph in ShadowCallStack.rst. (llvm#79241)
RISC-V is mentioned elsewhere in the document it seems like it should be mentioned in the introduction.
1 parent 04ce0ba commit e6f576b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ShadowCallStack.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Introduction
99
============
1010

1111
ShadowCallStack is an instrumentation pass, currently only implemented for
12-
aarch64, that protects programs against return address overwrites
12+
aarch64 and RISC-V, that protects programs against return address overwrites
1313
(e.g. stack buffer overflows.) It works by saving a function's return address
1414
to a separately allocated 'shadow call stack' in the function prolog in
1515
non-leaf functions and loading the return address from the shadow call stack

0 commit comments

Comments
 (0)