This is an archive of the discontinued LLVM Phabricator instance.

Fix build error when using -DLLVM_LINK_LLVM_DYLIB=ON
AbandonedPublic

Authored by aleixpol on Mar 28 2017, 4:32 PM.

Details

Reviewers
mgorny
beanz
Summary

Do not try to clean empty list
CMake Error at tools/llvm-shlib/CMakeLists.txt:39 (list):

list sub-command REMOVE_DUPLICATES requires list to be present.
  • Configuring incomplete, errors occurred!

Event Timeline

aleixpol created this revision.Mar 28 2017, 4:32 PM
aleixpol abandoned this revision.Mar 28 2017, 5:07 PM

Wrong patch, sorry for the noise.