While running this test on a bare metal target, I got an error as 'sleep' was not available on that system. As 'sleep' call is not doing anything useful for cases when _LIBCXXABI_HAS_NO_THREADS is defined. This patch puts it under this check.
Details
Details
- Reviewers
libcxx-commits ldionne - Group Reviewers
Restricted Project - Commits
- rG272279a1c0fa: [libcxxabi] Stub out 'sleep' call when _LIBCXXABI_HAS_NO_THREADS is defined.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This sounds reasonable to me. Do you have commit access? If not, please specify Author Name <email@domain> I should use to commit on your behalf.