This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 0/X] Introduce HWASAN sanitizer to GCC


On Tue, 5 Nov 2019, Matthew Malcomson wrote:

> Hello,
> 
> This patch series adds the LLVM hardware address sanitizer (HWASAN) to
> GCC.  The document describing HWASAN can be found here
> http://clang.llvm.org/docs/HardwareAssistedAddressSanitizerDesign.html.

General observations on the patch series:

* You're missing user documentation, in invoke.texi or elsewhere, to 
explain new options relating to using this new feature.

* You're regenerating configure scripts with a patched autoconf version 
that adds --runstatedir options.  You need to regenerate with *unpatched* 
auto*.

* You're missing documentation of bootstrap-hwasan (in install.texi).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]