[compiler-rt] 54e1793 - Mark compiler-rt/test/profile/instrprof-merging.cpp unsupported on Windows
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 29 12:44:20 PDT 2022
Author: Hans Wennborg
Date: 2022-08-29T21:36:22+02:00
New Revision: 54e17931a669bc82dabb73a9e07daa321cf2a1d7
URL: https://github.com/llvm/llvm-project/commit/54e17931a669bc82dabb73a9e07daa321cf2a1d7
DIFF: https://github.com/llvm/llvm-project/commit/54e17931a669bc82dabb73a9e07daa321cf2a1d7.diff
LOG: Mark compiler-rt/test/profile/instrprof-merging.cpp unsupported on Windows
It is not reliable. See #57430.
Added:
Modified:
compiler-rt/test/profile/instrprof-merging.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/profile/instrprof-merging.cpp b/compiler-rt/test/profile/instrprof-merging.cpp
index 692b049ec45c3..89528e814586c 100644
--- a/compiler-rt/test/profile/instrprof-merging.cpp
+++ b/compiler-rt/test/profile/instrprof-merging.cpp
@@ -1,3 +1,4 @@
+// UNSUPPORTED: windows
// 1) Compile shared code into
diff erent object files and into an executable.
// RUN: %clangxx_profgen -std=c++14 -fcoverage-mapping %s -c -o %t.v1.o \
More information about the llvm-commits
mailing list