From: Chris Lattner Date: Sun, 6 May 2007 05:58:00 +0000 (+0000) Subject: this doesn't directly depend on bytecode X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5e3c9f96d7526743e9ed02aa03bc684ea0b7f12c;p=oota-llvm.git this doesn't directly depend on bytecode git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36854 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index bf1516732a6..8936a49f081 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = llvm-ar -LINK_COMPONENTS = archive bcreader +LINK_COMPONENTS = archive REQUIRES_EH := 1 include $(LEVEL)/Makefile.common