diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-07-23 03:42:55 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-07-23 03:42:55 +0000 |
| commit | 1e5d7c6e82f96fbfb62baae27b376f047c804ded (patch) | |
| tree | 62491595be269a5e96800fdc234f73e7b2983aae /llvm/lib/CompilerDriver/Makefile | |
| parent | 5b9a1ea9c67dcd1078d60a39cd299b43455607ec (diff) | |
| download | bcm5719-llvm-1e5d7c6e82f96fbfb62baae27b376f047c804ded.tar.gz bcm5719-llvm-1e5d7c6e82f96fbfb62baae27b376f047c804ded.zip | |
Get rid of exceptions in llvmc.
llvmc can be now compiled with llvm-gcc on Windows.
llvm-svn: 109215
Diffstat (limited to 'llvm/lib/CompilerDriver/Makefile')
| -rw-r--r-- | llvm/lib/CompilerDriver/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CompilerDriver/Makefile b/llvm/lib/CompilerDriver/Makefile index 66c6d11552f..b829f5261c4 100644 --- a/llvm/lib/CompilerDriver/Makefile +++ b/llvm/lib/CompilerDriver/Makefile @@ -21,9 +21,6 @@ else LINK_COMPONENTS = support system endif -REQUIRES_EH := 1 -REQUIRES_RTTI := 1 - include $(LEVEL)/Makefile.common ifeq ($(ENABLE_LLVMC_DYNAMIC_PLUGINS), 1) |

