1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

tools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm-stub at runtime.

llvm-svn: 125166
This commit is contained in:
NAKAMURA Takumi 2011-02-09 04:17:47 +00:00
parent e6d9963a55
commit 246438db0f

View File

@ -4,3 +4,5 @@ add_llvm_tool(llvm-ld
Optimize.cpp
llvm-ld.cpp
)
add_dependencies(llvm-ld llvm-stub)