0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-21 11:36:55 +00:00

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

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

https://green.lab.llvm.org/job/llvm.org/job/clang-stage1-RA/2058/.
(cherry picked from commit d9ed8b018df725faec4076a3efdfcbd7a24c99f0)
This commit is contained in:
Arthur Eubanks 2024-09-12 20:52:24 -07:00 committed by Tobias Hieta
parent 2e10af6e59
commit 07b4f631ee
No known key found for this signature in database
GPG Key ID: 44F2485E45D59042

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