[PATCH] D148166: [compiler-rt] [test] [profile] Mark the without-libc test as unsupported on mingw

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 02:06:43 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd846a15025eb: [compiler-rt] [test] [profile] Mark the without-libc test as unsupported on… (authored by mstorsjo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148166/new/

https://reviews.llvm.org/D148166

Files:
  compiler-rt/test/profile/instrprof-without-libc.c


Index: compiler-rt/test/profile/instrprof-without-libc.c
===================================================================
--- compiler-rt/test/profile/instrprof-without-libc.c
+++ compiler-rt/test/profile/instrprof-without-libc.c
@@ -9,6 +9,9 @@
 // an MSVC environment, so we can't make this test portable.
 // UNSUPPORTED: target={{.*msvc.*}}
 
+// The MinGW CRT init files do reference malloc etc, so this test fails.
+// UNSUPPORTED: target={{.*windows-gnu.*}}
+
 #include <stdint.h>
 #include <stdlib.h>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148166.513114.patch
Type: text/x-patch
Size: 514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230413/c839b977/attachment.bin>


More information about the llvm-commits mailing list