diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-23 20:39:25 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-23 20:39:25 +0000 |
| commit | 2fe39fea859492a20ad89959899c142af9b07133 (patch) | |
| tree | e58f7a62368cb5718e630b27394ad68920114203 /llvm/lib/Support | |
| parent | d62a96323d194751d74f5b3bf4d67201004620e5 (diff) | |
| download | bcm5719-llvm-2fe39fea859492a20ad89959899c142af9b07133.tar.gz bcm5719-llvm-2fe39fea859492a20ad89959899c142af9b07133.zip | |
For PR797:
This library no longer throws nor handles exceptions, so turn off the
REQUIRES_EH flag.
llvm-svn: 29849
Diffstat (limited to 'llvm/lib/Support')
| -rw-r--r-- | llvm/lib/Support/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Makefile b/llvm/lib/Support/Makefile index 1e52c9a556b..6b96056aad1 100644 --- a/llvm/lib/Support/Makefile +++ b/llvm/lib/Support/Makefile @@ -11,6 +11,5 @@ LEVEL = ../.. PARALLEL_DIRS=bzip2 LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 -REQUIRES_EH := 1 include $(LEVEL)/Makefile.common |

