Displaying 1 result from an estimated 1 matches for "asan_test_utils".
2019 Feb 20
3
How do I run llvm's asan tests?
...ients/llvm-project/compiler-rt/lib/asan/tests/asan_noinst_test.cc
In file included from
/usr/local/google/home/jacobsa/clients/llvm-project/compiler-rt/lib/asan/tests/asan_noinst_test.cc:17:
In file included from
/usr/local/google/home/jacobsa/clients/llvm-project/compiler-rt/lib/asan/tests/asan_test_utils.h:18:
/usr/local/google/home/jacobsa/clients/llvm-project/compiler-rt/lib/asan/tests/asan_test_config.h:19:10:
fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
This doesn't happen for `ninja check-all` (but despite its na...