Skip to content
Snippets Groups Projects
Commit ec621d11 authored by Kostya Serebryany's avatar Kostya Serebryany
Browse files

[hwasan] typo in docs

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@320168 91177308-0d34-0410-b5e6-96231b3b80d8
parent 523bc693
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ Errors are generated by `__builtin_trap` and are handled by a signal handler. ...@@ -80,7 +80,7 @@ Errors are generated by `__builtin_trap` and are handled by a signal handler.
Attribute 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 C function attribute. An alternative would be to re-use ASAN's attribute
`sanitize_address`. The reasons to use a separate attribute are: `sanitize_address`. The reasons to use a separate attribute are:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment