CodeGen support for aggregate-value function arguments.
[oota-llvm.git] / tools / llvm-bcanalyzer / Makefile
index e913be2f14b654e9cf681d00f9b291887374d89a..78732363046a3dea4aa486433cf11cfd25ab0107 100644 (file)
@@ -2,12 +2,14 @@
 # 
 #                     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 = ../..
 
 TOOLNAME = llvm-bcanalyzer
-USEDLIBS = bcreader vmcore support.a LLVMsystem.a
+LINK_COMPONENTS := bitreader
+REQUIRES_EH := 1
+
 include $(LEVEL)/Makefile.common