From: Devang Patel Date: Fri, 13 Apr 2007 18:28:23 +0000 (+0000) Subject: Hello uses LLVMSupport.a (SlowerOperationInformer) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=02c768608a79527516b1c57272fd73eb35947082;p=oota-llvm.git Hello uses LLVMSupport.a (SlowerOperationInformer) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35965 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Hello/Makefile b/lib/Transforms/Hello/Makefile index 0a02fe95601..6b3f46748b9 100644 --- a/lib/Transforms/Hello/Makefile +++ b/lib/Transforms/Hello/Makefile @@ -10,7 +10,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMHello LOADABLE_MODULE = 1 -USEDLIBS = +USEDLIBS = LLVMSupport.a include $(LEVEL)/Makefile.common