[compiler-rt] XFAIL freadlink on darwin x86_64. (#110745)

GH-110372
This commit is contained in:
David CARLIER
2024-10-01 22:43:58 +01:00
committed by GitHub
parent b70d32789c
commit ce72c76e9b

View File

@@ -1,4 +1,7 @@
// RUN: %clang -O0 %s -o %t && %run %t
//
// This test fails under x86_64, freadlink can't read the current symlink path.
// XFAIL: x86_64-darwin
#include <assert.h>
#include <fcntl.h>