diff options
| author | Kostya Serebryany <kcc@google.com> | 2017-12-08 18:14:03 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2017-12-08 18:14:03 +0000 |
| commit | 67a3af0991335864599d93ff9e77e82990f8c7b6 (patch) | |
| tree | cb11037d007994e10c04a299e7d27214fc877ce2 /clang/docs/HardwareAssistedAddressSanitizerDesign.rst | |
| parent | 2c096bacc6f042750511f12aa51a9feca82cffda (diff) | |
| download | bcm5719-llvm-67a3af0991335864599d93ff9e77e82990f8c7b6.tar.gz bcm5719-llvm-67a3af0991335864599d93ff9e77e82990f8c7b6.zip | |
[hwasan] typo in docs
llvm-svn: 320168
Diffstat (limited to 'clang/docs/HardwareAssistedAddressSanitizerDesign.rst')
| -rw-r--r-- | clang/docs/HardwareAssistedAddressSanitizerDesign.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/HardwareAssistedAddressSanitizerDesign.rst b/clang/docs/HardwareAssistedAddressSanitizerDesign.rst index 2abd648a535..00777ce8828 100644 --- a/clang/docs/HardwareAssistedAddressSanitizerDesign.rst +++ b/clang/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: |

