search for: asan_test_config

Displaying 1 result from an estimated 1 matches for "asan_test_config".

2019 Feb 20
3
How do I run llvm's asan tests?
...ogle/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 name that target doesn't seem to run the test), so I wonder if it's a hermeticism issue in the asan...