DeadStoreElimination can treat byval parameters as if there were alloca's for the...
[oota-llvm.git] / lib / Transforms / Hello / Makefile
index af4253d1d1a92f5dfc18abbd85bdf95e1457234b..6ca5774de4206c7b50b01b1fe7f7c16e2a9ed5a3 100644 (file)
@@ -2,14 +2,15 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../../..
-LIBRARYNAME = hello
-SHARED_LIBRARY = 1
+LIBRARYNAME = LLVMHello
+LOADABLE_MODULE = 1
+USEDLIBS = 
 
 include $(LEVEL)/Makefile.common