This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fix the dectection of lockfree atomics
AbandonedPublic

Authored by ldionne on May 25 2022, 8:06 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

We were only building the program, however on some systems building will
work, but the program will fail to run due to a dynamic linker error.
When this happens, we will incorrectly think that lockfree atomics are
available when they aren't.

Diff Detail

Event Timeline

ldionne created this revision.May 25 2022, 8:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2022, 8:06 AM
Herald added a subscriber: arichardson. · View Herald Transcript
ldionne requested review of this revision.May 25 2022, 8:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2022, 8:06 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne abandoned this revision.Wed, Nov 22, 1:48 PM

Abandoning. Will reopen on Github if I want to pursue this.