This is an archive of the discontinued LLVM Phabricator instance.

[CMake][Fuchsia] Enable standalone libatomic
ClosedPublic

Authored by abrachet on May 29 2023, 10:14 PM.

Details

Summary

BUILTINS_${target}_COMPILER_RT_BUILD_STANDALONE_LIBATOMIC
actually builds libatomic, and
RUNTIMES_${target}_COMPILER_RT_BUILD_STANDALONE_LIBATOMIC
tells the compiler-rt tests that we built it and it is
safe to use in tests.

Diff Detail

Event Timeline

abrachet created this revision.May 29 2023, 10:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2023, 10:14 PM
Herald added a subscriber: ekilmer. · View Herald Transcript
abrachet requested review of this revision.May 29 2023, 10:14 PM
phosek accepted this revision.May 29 2023, 11:40 PM

LGTM

This revision is now accepted and ready to land.May 29 2023, 11:40 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 26 2023, 6:50 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript