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

Mingw toolchains always end up referencing the malloc symbol due to
the CRT startup files.

Differential Revision: https://reviews.llvm.org/D148166
This commit is contained in:
Martin Storsjö 2023-04-12 11:39:33 +00:00
parent 56320301a7
commit d846a15025

View File

@ -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>