Displaying 1 result from an estimated 1 matches for "sanitizer_suppressions_test".
2019 Feb 20
3
How do I run llvm's asan tests?
...vm-dev,
I'm trying to figure out how to contribute to LLVM, in particular a followup to
kcc's commit 6bde702a in sanitzer_suppressions.cc. However I can't find a way
to get the tests to run before I even change anything.
The relevant unit test is
compiler-rt/lib/sanitizer_common/tests/sanitizer_suppressions_test.cc, so I
expect I want `ninja check-asan` (right?). Here's what I tried, on my Debian
machine, following (and adjusting) the outdated llvm documentation about
setting up a GCC toolchain:
# Install the GCC toolchain.
# See http://llvm.org/docs/GettingStarted.html#getting-a-modern-host-c...