Displaying 1 result from an estimated 1 matches for "jacobsa".
Did you mean:
jacobs
2019 Feb 20
3
How do I run llvm's asan tests?
.../llvm
ninja check-asan
# Get another coffee
After about 30 minutes, the ninja command fails with an error about how the
string header isn't found:
FAILED: projects/compiler-rt/lib/asan/tests/ASAN_NOINST_TEST_OBJECTS.asan_noinst_test.cc.x86_64-inline.o
cd /usr/local/google/home/jacobsa/clients/llvm-project/build/projects/compiler-rt/lib/asan/tests
&& /usr/local/google/home/jacobsa/clients/llvm-project/build/./bin/clang
-fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall
-Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wno-missing-field-initializ...