This patch lets LLDB build as an LLVM subproject. LLDB is not built in
authorStephen Wilson <wilsons@start.ca>
Sun, 20 Feb 2011 04:17:15 +0000 (04:17 +0000)
committerStephen Wilson <wilsons@start.ca>
Sun, 20 Feb 2011 04:17:15 +0000 (04:17 +0000)
commitebccf0891a2f6b75c2ac8de97557ca0cf5ad61c3
tree1837a9e5d53daeb35bab7113ca659c46a47999e0
parentc156632c62214c7d611f187e148c51e8ed4060d5
This patch lets LLDB build as an LLVM subproject.  LLDB is not built in
parallel with the rest of the tools directory as it depends on Clang.

This patch was first applied in r125956 and subsequently reverted in
r125964 as it broke in-tree builds.  Makefile.rules was fixed up in
r126070 to handle missing optional directories for the in-tree case,
so it should be safe now to bring this patch back in.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126071 91177308-0d34-0410-b5e6-96231b3b80d8
tools/Makefile