[llvm] 8474bfd - [NFC] [docs] Clarify we are talking about a function
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 10 05:56:39 PST 2023
Author: Florian Mayer
Date: 2023-11-10T05:56:09-08:00
New Revision: 8474bfdd149bbe04a0a237241c7501f0f9912e02
URL: https://github.com/llvm/llvm-project/commit/8474bfdd149bbe04a0a237241c7501f0f9912e02
DIFF: https://github.com/llvm/llvm-project/commit/8474bfdd149bbe04a0a237241c7501f0f9912e02.diff
LOG: [NFC] [docs] Clarify we are talking about a function
Added:
Modified:
llvm/docs/ScudoHardenedAllocator.rst
Removed:
################################################################################
diff --git a/llvm/docs/ScudoHardenedAllocator.rst b/llvm/docs/ScudoHardenedAllocator.rst
index 9a85f7bed9c4d41..52f59d0278abb87 100644
--- a/llvm/docs/ScudoHardenedAllocator.rst
+++ b/llvm/docs/ScudoHardenedAllocator.rst
@@ -264,7 +264,8 @@ The following "string" options are available:
| | | | buffer size. |
| | | | |
| | | | Stack trace collection can be requested using |
-| | | | scudo_malloc_set_track_allocation_stacks |
+| | | | the scudo_malloc_set_track_allocation_stacks |
+| | | | function. |
+---------------------------------+----------------+----------------+-------------------------------------------------+
Additional flags can be specified, for example if Scudo if compiled with
More information about the llvm-commits
mailing list