summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cpp
diff options
context:
space:
mode:
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>2019-11-15 14:23:05 -0500
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>2019-11-15 14:23:11 -0500
commit478ad94c8e1457a707f41fa64cf0967b219d2806 (patch)
tree0bf9f65f6ecacc2ea364491a63e60e6ae0ad21c3 /compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cpp
parente06f3e064a1e462f1ee2e8751f2b02f60be53f7b (diff)
downloadbcm5719-llvm-478ad94c8e1457a707f41fa64cf0967b219d2806.tar.gz
bcm5719-llvm-478ad94c8e1457a707f41fa64cf0967b219d2806.zip
[GCOV] Skip artificial functions from being emitted
This is a patch to support D66328, which was reverted until this lands. Enable a compiler-rt test that used to fail previously with D66328. Differential Revision: https://reviews.llvm.org/D67283
Diffstat (limited to 'compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cpp')
-rw-r--r--compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cpp b/compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cpp
index 2ba5a42d1b7..776684fd804 100644
--- a/compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cpp
+++ b/compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cpp
@@ -1,9 +1,6 @@
// RUN: %clangxx_asan -coverage -O0 %s -o %t
// RUN: %env_asan_opts=check_initialization_order=1 %run %t 2>&1 | FileCheck %s
-// We don't really support running tests using profile runtime on Windows.
-// UNSUPPORTED: windows-msvc
-
#include <stdio.h>
int foo() { return 1; }
int XXX = foo();
OpenPOWER on IntegriCloud