We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7dc99 commit 2fcc3f4Copy full SHA for 2fcc3f4
compiler-rt/test/profile/instrprof-write-buffer-internal.c
@@ -1,3 +1,7 @@
1
+// UNSUPPORTED: windows
2
+// The sanitizer-windows bot is saying:
3
+// instrprof-write-buffer-internal.c.tmp.buf.profraw: Invalid instrumentation profile data (file header is corrupt)
4
+
5
// RUN: rm -f %t.buf.profraw %t.profraw
6
// RUN: %clang_profgen -w -o %t %s
7
// RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t %t.buf.profraw
0 commit comments