[compiler-rt] r302043 - Speculative fix for WinASan after r301994

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 08:59:07 PDT 2017


Author: rnk
Date: Wed May  3 10:59:07 2017
New Revision: 302043

URL: http://llvm.org/viewvc/llvm-project?rev=302043&view=rev
Log:
Speculative fix for WinASan after r301994

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

Modified: compiler-rt/trunk/test/asan/TestCases/Windows/coverage-basic.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Windows/coverage-basic.cc?rev=302043&r1=302042&r2=302043&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Windows/coverage-basic.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Windows/coverage-basic.cc Wed May  3 10:59:07 2017
@@ -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




More information about the llvm-commits mailing list