From ec621d11666df78d9d9721a580bc5e427ecec0fb Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Fri, 8 Dec 2017 18:14:03 +0000 Subject: [PATCH] [hwasan] typo in docs git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@320168 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/HardwareAssistedAddressSanitizerDesign.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HardwareAssistedAddressSanitizerDesign.rst b/docs/HardwareAssistedAddressSanitizerDesign.rst index 2abd648a53..00777ce882 100644 --- a/docs/HardwareAssistedAddressSanitizerDesign.rst +++ b/docs/HardwareAssistedAddressSanitizerDesign.rst @@ -80,7 +80,7 @@ Errors are generated by `__builtin_trap` and are handled by a signal handler. Attribute --------- -HWASAN uses it's own LLVM IR Attribute `sanitize_hwaddress` and a matching +HWASAN uses its own LLVM IR Attribute `sanitize_hwaddress` and a matching C function attribute. An alternative would be to re-use ASAN's attribute `sanitize_address`. The reasons to use a separate attribute are: -- 2.50.1