[compiler-rt] Fixed __llvm_profile_write_buffer in presence of ValueProfileData. (PR #97350)

Sunil Srivastava via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 20:31:30 PDT 2024


================
@@ -0,0 +1,42 @@
+// UNSUPPORTED: target={{.*windows.*}}
+// This test is derived from "compiler-rt/test/profile/instrprof-write-buffer-internal.c",
+// and that test was disabled on Windows due to sanitizer-windows bot failures.
+// Doing the same here. See 2fcc3f4b18.
+//
+// RUN: rm -f %t.buf.profraw
----------------
sks75220 wrote:

Added CHECK lines for llvm-profdata output, but is there any other way to show value profiles are generated ? llvm-profdata does fail without code changes.

https://github.com/llvm/llvm-project/pull/97350


More information about the llvm-commits mailing list