Mark compiler-rt/test/profile/instrprof-merging.cpp unsupported on Windows

It is not reliable. See #57430.
This commit is contained in:
Hans Wennborg 2022-08-29 21:35:49 +02:00
parent 1c334b306e
commit 54e17931a6

View File

@ -1,3 +1,4 @@
// UNSUPPORTED: windows
// 1) Compile shared code into different object files and into an executable.
// RUN: %clangxx_profgen -std=c++14 -fcoverage-mapping %s -c -o %t.v1.o \