From 5e3c9f96d7526743e9ed02aa03bc684ea0b7f12c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 6 May 2007 05:58:00 +0000 Subject: [PATCH] this doesn't directly depend on bytecode git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36854 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-ar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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