diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-06 05:58:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-06 05:58:00 +0000 |
commit | 5e3c9f96d7526743e9ed02aa03bc684ea0b7f12c (patch) | |
tree | b6be45e03c44f99a32abc7ae999a051f94e5c299 /tools | |
parent | bb3f3d357fb25a39c9b4ca9a5ace047b5efd518c (diff) | |
download | external_llvm-5e3c9f96d7526743e9ed02aa03bc684ea0b7f12c.zip external_llvm-5e3c9f96d7526743e9ed02aa03bc684ea0b7f12c.tar.gz external_llvm-5e3c9f96d7526743e9ed02aa03bc684ea0b7f12c.tar.bz2 |
this doesn't directly depend on bytecode
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36854 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvm-ar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index bf15167..8936a49 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 |