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

Add the Linker library

llvm-svn: 17763
This commit is contained in:
Reid Spencer 2004-11-14 21:54:41 +00:00
parent e902694309
commit 08a949d512

View File

@ -9,7 +9,7 @@
LEVEL = ..
PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
ExecutionEngine Debugger
ExecutionEngine Debugger Linker
include $(LEVEL)/Makefile.common