summaryrefslogtreecommitdiffstats
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
commit8436cdfda2b83e6a3710d8741d4fea2b6d0d421b (patch)
treece84cee144a1969d080435a9aaf08736aba3d7e0
parentc82c2cf48362c1e97ce0dd17d6a172011d5f8f56 (diff)
downloadbcm5719-llvm-8436cdfda2b83e6a3710d8741d4fea2b6d0d421b.tar.gz
bcm5719-llvm-8436cdfda2b83e6a3710d8741d4fea2b6d0d421b.zip
Don't link against System or Support library. These things will already
be in the opt tool. llvm-svn: 35827
-rw-r--r--llvm/lib/Transforms/Hello/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Hello/Makefile b/llvm/lib/Transforms/Hello/Makefile
index 606fcfedf53..0a02fe95601 100644
--- a/llvm/lib/Transforms/Hello/Makefile
+++ b/llvm/lib/Transforms/Hello/Makefile
@@ -10,7 +10,7 @@
LEVEL = ../../..
LIBRARYNAME = LLVMHello
LOADABLE_MODULE = 1
-USEDLIBS = LLVMSupport.a LLVMSystem.a
+USEDLIBS =
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud