[PATCH] D62875: [GWP-ASan] Add public-facing documentation [6].

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 16:53:21 PDT 2019


vlad.tsyrklevich accepted this revision.
vlad.tsyrklevich added inline comments.


================
Comment at: compiler-rt/lib/gwp_asan/scripts/symbolize.sh:3
+
+# The lines that we're looking to symbolize looks like this:
+  #0 ./a.out(_foo+0x3e6) [0x55a52e64c696]
----------------
s/looks/look/


================
Comment at: llvm/docs/GwpAsan.rst:50
+`Chromium <https://cs.chromium.org/chromium/src/components/gwp_asan/>`_. The
+long-term support goal is to ensure feature-parity where reasonble, and to
+support compiler-rt as the reference implementation.
----------------
s/reasonble/reasonable/


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62875/new/

https://reviews.llvm.org/D62875





More information about the llvm-commits mailing list