From 8d5e22aa747f63f5c8efc278e63085c78a300dca Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 9 Feb 2011 04:17:47 +0000 Subject: tools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm-stub at runtime. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125166 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-ld/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/llvm-ld') diff --git a/tools/llvm-ld/CMakeLists.txt b/tools/llvm-ld/CMakeLists.txt index 2ae4a1dba3..370bcb4abf 100644 --- a/tools/llvm-ld/CMakeLists.txt +++ b/tools/llvm-ld/CMakeLists.txt @@ -4,3 +4,5 @@ add_llvm_tool(llvm-ld Optimize.cpp llvm-ld.cpp ) + +add_dependencies(llvm-ld llvm-stub) -- cgit v1.2.3