From f929b86140833e02768a15133b63cb501c71c95b Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 13 Apr 2007 18:28:23 +0000 Subject: Hello uses LLVMSupport.a (SlowerOperationInformer) llvm-svn: 35965 --- llvm/lib/Transforms/Hello/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Hello') diff --git a/llvm/lib/Transforms/Hello/Makefile b/llvm/lib/Transforms/Hello/Makefile index 0a02fe95601..6b3f46748b9 100644 --- a/llvm/lib/Transforms/Hello/Makefile +++ b/llvm/lib/Transforms/Hello/Makefile @@ -10,7 +10,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMHello LOADABLE_MODULE = 1 -USEDLIBS = +USEDLIBS = LLVMSupport.a include $(LEVEL)/Makefile.common -- cgit v1.2.3