summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/sancov/Inputs/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/sancov/Inputs/test.cpp')
-rw-r--r--llvm/test/tools/sancov/Inputs/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/sancov/Inputs/test.cpp b/llvm/test/tools/sancov/Inputs/test.cpp
index 795468b4bcb..5690409a278 100644
--- a/llvm/test/tools/sancov/Inputs/test.cpp
+++ b/llvm/test/tools/sancov/Inputs/test.cpp
@@ -1,5 +1,5 @@
// compile & generate coverage data using:
-// clang++ -g -o test-linux_x86_64 -fsanitize=address -fsanitize-coverage=edge *.cpp
+// clang++ -g -o test-linux_x86_64 -fsanitize=address -fsanitize-coverage=bb test.cpp foo.cpp
// ASAN_OPTIONS="coverage=1" ./test-linux_x86_64 && mv test-linux_x86_64.*.sancov test-linux_x86_64.sancov
// ASAN_OPTIONS="coverage=1" ./test-linux_x86_64 1 && mv test-linux_x86_64.*.sancov test-linux_x86_64-1.sancov
OpenPOWER on IntegriCloud