This is an archive of the discontinued LLVM Phabricator instance.

[libc][cmake] Fix LIBC_TARGET_OS query from compiler triple for `darwin`.
ClosedPublic

Authored by lntue on Jan 9 2023, 7:09 AM.

Details

Summary

Currently LIBC_TARGET_OS query from compiler triple returns apple for
macOS. This change will fix it back to darwin as before.

Diff Detail

Event Timeline

lntue created this revision.Jan 9 2023, 7:09 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 9 2023, 7:09 AM
lntue requested review of this revision.Jan 9 2023, 7:09 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 27 2023, 7:15 AM
This revision was automatically updated to reflect the committed changes.