CodeGen support for aggregate-value function arguments.
[oota-llvm.git] / lib / Archive / Makefile
index 39712b555f46f25e59f9ee1656008218f70758dd..e951aa3e0b16d0048db4b2946dda48f8cff3e90f 100644 (file)
@@ -1,15 +1,14 @@
-##===- lib/Bytecode/Archive/Makefile -----------------------*- Makefile -*-===##
+##===- lib/Archive/Makefile --------------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Reid Spencer 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 = ../../..
+LEVEL = ../..
 LIBRARYNAME = LLVMArchive
-REQUIRES_EH := 1
 
 # We only want an archive so only those modules actually used by a tool are 
 # included.