This is an archive of the discontinued LLVM Phabricator instance.

[SPEC2017] Add support for Darwin platforms.
ClosedPublic

Authored by fhahn on Jul 29 2021, 5:30 AM.

Details

Summary

This patch adds detection of Darwin platforms and the corresponding defines.

Diff Detail

Repository
rT test-suite

Event Timeline

fhahn created this revision.Jul 29 2021, 5:30 AM
fhahn requested review of this revision.Jul 29 2021, 5:30 AM
fhahn updated this revision to Diff 362730.Jul 29 2021, 5:36 AM

Guard perlbench define by TARGET_OS == Darwin

This revision is now accepted and ready to land.Jul 29 2021, 11:55 AM
This revision was automatically updated to reflect the committed changes.