This is an archive of the discontinued LLVM Phabricator instance.

[libc][NFC] Add the platform independent file target only if mutex is available.
ClosedPublic

Authored by sivachandra on Mar 17 2022, 1:42 PM.

Details

Summary

The platform independent file implementation is not an entrypoint so it
cannot be excluded via the entrypoints.txt file. Hence, we need a
special treatment to exclude it from the build.

Diff Detail

Event Timeline

sivachandra created this revision.Mar 17 2022, 1:42 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 17 2022, 1:42 PM
sivachandra requested review of this revision.Mar 17 2022, 1:42 PM
This revision is now accepted and ready to land.Mar 17 2022, 2:48 PM