Speculative fix for WinASan after r301994
authorReid Kleckner <rnk@google.com>
Wed, 3 May 2017 15:59:07 +0000 (15:59 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 3 May 2017 15:59:07 +0000 (15:59 +0000)
llvm-svn: 302043

compiler-rt/test/asan/TestCases/Windows/coverage-basic.cc

index 918872f..93a3829 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: rm -rf %T/coverage-basic
 // RUN: mkdir %T/coverage-basic && cd %T/coverage-basic
-// RUN: %clangxx_asan -fsanitize-coverage=func %s -o test.exe
+// RUN: %clangxx_asan -fsanitize-coverage=func,trace-pc %s -o test.exe
 // RUN: %env_asan_opts=coverage=1 %run ./test.exe
 //
 // RUN: %sancov print *.sancov | FileCheck %s