Don't link against System or Support library. These things will already

be in the opt tool.

llvm-svn: 35827
This commit is contained in:
Reid Spencer 2007-04-09 19:17:47 +00:00
parent 663a744d4b
commit 60da7b09e7

View File

@ -10,7 +10,7 @@
LEVEL = ../../..
LIBRARYNAME = LLVMHello
LOADABLE_MODULE = 1
USEDLIBS = LLVMSupport.a LLVMSystem.a
USEDLIBS =
include $(LEVEL)/Makefile.common