This is an archive of the discontinued LLVM Phabricator instance.

[CMake][libcxx] Link libc when checking for atomics support
AbandonedPublic

Authored by phosek on Apr 3 2017, 12:38 PM.

Details

Reviewers
EricWF
beanz
Summary

The C library is needed when linking the atomics test executable.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Apr 3 2017, 12:38 PM
phosek abandoned this revision.Apr 3 2017, 3:00 PM

This doesn't seem to be needed anymore with D31617.