This is an archive of the discontinued LLVM Phabricator instance.

[AIX][test-suite] Disable the CLAMR benchmark on AIX
ClosedPublic

Authored by amyk on May 24 2021, 8:02 PM.

Details

Summary

This patch disables the CLAMR benchmark on AIX. This is because the benchmark utilizes the SLIST_* functions,
but these functions are not present within <sys/queue.h> on AIX.

Diff Detail

Repository
rT test-suite

Event Timeline

amyk created this revision.May 24 2021, 8:02 PM
amyk requested review of this revision.May 24 2021, 8:02 PM
amyk added a subscriber: ZarkoCA.Aug 16 2021, 7:23 AM

Gentle ping.
@hubert.reinterpretcast @ZarkoCA @stevewan @daltenty Did any of you have any comments regarding this change?

amyk added a comment.Sep 14 2021, 10:05 AM

Gentle ping.

daltenty accepted this revision.Sep 14 2021, 11:15 AM

LGTM, the code this benchmark is looking for is using non-portable, non-POSIX, so it's not reasonable to expect this benchmark to build on AIX without portability work in the original application.

This revision is now accepted and ready to land.Sep 14 2021, 11:15 AM
This revision was automatically updated to reflect the committed changes.