diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-24 20:22:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-24 20:22:08 +0000 |
commit | c0f8a361f5dc93f0817411ef17af57b0d3fe60b6 (patch) | |
tree | c4c197da1fe0d5a4f7f70791308baada288b3dbe /lib/CompilerDriver | |
parent | c61503838535703239fc2904ab75e734da08bac1 (diff) |
mark some libraries that currently require RTTI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CompilerDriver')
-rw-r--r-- | lib/CompilerDriver/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CompilerDriver/Makefile b/lib/CompilerDriver/Makefile index a5ecfd5d32..66c6d11552 100644 --- a/lib/CompilerDriver/Makefile +++ b/lib/CompilerDriver/Makefile @@ -22,6 +22,7 @@ else endif REQUIRES_EH := 1 +REQUIRES_RTTI := 1 include $(LEVEL)/Makefile.common |