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

Fix cmake.

llvm-svn: 135609
This commit is contained in:
Benjamin Kramer 2011-07-20 19:43:38 +00:00
parent 6c9a683f71
commit 73b85ba883

View File

@ -8,4 +8,5 @@ set(LLVM_LINK_COMPONENTS
add_llvm_tool(llvm-objdump
llvm-objdump.cpp
MCFunction.cpp
)