diff mbox series

[wwwdoc] Hardware-assisted AddressSanitizer now works for x86_64 with LAM_U57

Message ID 20240208084110.2020884-1-hongtao.liu@intel.com
State New
Headers show
Series [wwwdoc] Hardware-assisted AddressSanitizer now works for x86_64 with LAM_U57 | expand

Commit Message

Liu, Hongtao Feb. 8, 2024, 8:41 a.m. UTC
---
 htdocs/gcc-14/changes.html | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 6d917535..a022357a 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -499,6 +499,11 @@  a work-in-progress.</p>
     <code>-march=knm</code>, <code>-mtune=knl</code> or <code>-mtune=knm</code>
     compiler switches. Support will be removed in GCC 15.
   </li>
+  <li><a href="https://gcc.gnu.org/gcc-11/changes.html">Hardware-assisted
+    AddressSanitizer</a> now works for the x86-64 target with LAM_U57.
+    <code>-fsanitize=hwaddress</code> will enable <code>-mlam=u57</code>
+    by default.
+  </li>
 </ul>
 
 <!-- <h3 id="mcore">MCore</h3> -->