This is an archive of the discontinued LLVM Phabricator instance.

[test-suite] Disable CLAMR fmemopen() substitute function on FreeBSD / OpenBSD and AIX
ClosedPublic

Authored by brad on Mar 18 2023, 7:58 PM.

Details

Summary

FreeBSD (9.2+) / OpenBSD (5.4+) and AIX (6.1+) all have the fmemopen() function nowadays.

Diff Detail

Repository
rT test-suite

Event Timeline

brad created this revision.Mar 18 2023, 7:58 PM
brad requested review of this revision.Mar 18 2023, 7:58 PM
brad added a reviewer: emaste.Mar 19 2023, 3:38 AM
brad edited the summary of this revision. (Show Details)Mar 19 2023, 3:47 AM
dim accepted this revision.Mar 19 2023, 4:04 AM

LGTM

This revision is now accepted and ready to land.Mar 19 2023, 4:04 AM
daltenty accepted this revision.Mar 22 2023, 9:49 PM

Thanks, LGTM from the AIX perspective (noting though this benchmark was actually disabled for AIX by https://reviews.llvm.org/D103063 for other source issues)

brad added a comment.Mar 22 2023, 9:52 PM

Thanks, LGTM from the AIX perspective (noting though this benchmark was actually disabled for AIX by https://reviews.llvm.org/D103063 for other source issues)

Oh I see. I would not want to break things on AIX if it was an issue, although this is Ok. I'll put it in as is. Thanks.