summaryrefslogtreecommitdiff
path: root/lib/Transforms/Hello
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-09 19:17:47 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-09 19:17:47 +0000
commit9101d8647fbd2d9286fbf8224388557b30a18537 (patch)
tree5c4563a949ab8379163e3b5a1dc3b57fb3260e51 /lib/Transforms/Hello
parent0522d8b12413f2799dfe5c88e95f69141265b087 (diff)
downloadllvm-9101d8647fbd2d9286fbf8224388557b30a18537.tar.gz
llvm-9101d8647fbd2d9286fbf8224388557b30a18537.tar.bz2
llvm-9101d8647fbd2d9286fbf8224388557b30a18537.tar.xz
Don't link against System or Support library. These things will already
be in the opt tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Hello')
-rw-r--r--lib/Transforms/Hello/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Hello/Makefile b/lib/Transforms/Hello/Makefile
index 606fcfedf5..0a02fe9560 100644
--- a/lib/Transforms/Hello/Makefile
+++ b/lib/Transforms/Hello/Makefile
@@ -10,7 +10,7 @@
LEVEL = ../../..
LIBRARYNAME = LLVMHello
LOADABLE_MODULE = 1
-USEDLIBS = LLVMSupport.a LLVMSystem.a
+USEDLIBS =
include $(LEVEL)/Makefile.common