CodeGen support for aggregate-value function arguments.
[oota-llvm.git] / lib / Archive / Makefile
index 37e67ca4fb1f3d9a7112f071b0f93e5053934eaa..e951aa3e0b16d0048db4b2946dda48f8cff3e90f 100644 (file)
@@ -1,18 +1,17 @@
-##===- 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
 
 # We only want an archive so only those modules actually used by a tool are 
 # included.
 BUILD_ARCHIVE := 1
-REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common