Don't link against System or Support library. These things will already
authorReid Spencer <rspencer@reidspencer.com>
Mon, 9 Apr 2007 19:17:47 +0000 (19:17 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 9 Apr 2007 19:17:47 +0000 (19:17 +0000)
be in the opt tool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35827 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Hello/Makefile

index 606fcfedf530dfa799a544626213c7831c9cfe1b..0a02fe9560197a837bb2af559784e83f5d3f04c2 100644 (file)
@@ -10,7 +10,7 @@
 LEVEL = ../../..
 LIBRARYNAME = LLVMHello
 LOADABLE_MODULE = 1
-USEDLIBS = LLVMSupport.a LLVMSystem.a
+USEDLIBS = 
 
 include $(LEVEL)/Makefile.common