[test][compiler-rt] Mark dlsym_alloc.c as unsupported on macos (#108439)

With #106912, the test now fails on macos, e.g.

https://green.lab.llvm.org/job/llvm.org/job/clang-stage1-RA/2058/.
This commit is contained in:
Arthur Eubanks
2024-09-12 20:52:24 -07:00
committed by GitHub
parent c00c62c113
commit d9ed8b018d

View File

@@ -2,6 +2,8 @@
// FIXME: TSAN does not use DlsymAlloc.
// UNSUPPORTED: tsan
// FIXME: investigate why this fails on macos
// UNSUPPORTED: darwin
#include <stdlib.h>