[LLDB] Remove standalone build dep on llvm-strip
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 9 Oct 2019 21:06:03 +0000 (21:06 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 9 Oct 2019 21:06:03 +0000 (21:06 +0000)
commit988ad419484811d6289c56ba365d2f276f11c0e9
treef57ce2e744fd222129838a44f780a6ea3a044fc7
parente7bfce78636905d58300bea42861f2f35acdda77
[LLDB] Remove standalone build dep on llvm-strip

When building standalone, since llvm-strip is a symlink, it is created
using add_custom_command/add_custom_target which cannot be exported, and
thus cannot be depended on by lldb.

Patch by: Gwen Mittertreiner

Differential revision: https://reviews.llvm.org/D68614

llvm-svn: 374229
lldb/test/CMakeLists.txt