This is an archive of the discontinued LLVM Phabricator instance.

CMAKE: help CheckAtomic find check_library_exists
ClosedPublic

Authored by martell on Nov 18 2017, 4:21 PM.

Details

Summary

lldb fails to build standalone on x86

  -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Failed
  CMake Error at CheckAtomic.cmake:66 (check_library_exists):
    Unknown CMake command "check_library_exists".
  Call Stack (most recent call first):
    LLDBStandalone.cmake:90 (include)
CMakeLists.txt:3 (include)

Diff Detail

Repository
rL LLVM

Event Timeline

martell created this revision.Nov 18 2017, 4:21 PM
martell updated this revision to Diff 123490.Nov 18 2017, 4:22 PM

add context so reviewers can see where it is used

martell edited the summary of this revision. (Show Details)Nov 18 2017, 4:23 PM
rnk accepted this revision.Nov 29 2017, 1:10 PM

lgtm

This revision is now accepted and ready to land.Nov 29 2017, 1:10 PM
This revision was automatically updated to reflect the committed changes.