commit | 9012b32b210db8ef79e17a3d8232458a4ec0e423 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jan 24 20:22:08 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jan 24 20:22:08 2010 +0000 |
tree | c4c197da1fe0d5a4f7f70791308baada288b3dbe | |
parent | 8b0a7584ca7a8bdc98254e0aeaf61b98a04250c2 [diff] [blame] |
mark some libraries that currently require RTTI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94377 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CompilerDriver/Makefile b/lib/CompilerDriver/Makefile index a5ecfd5..66c6d11 100644 --- a/lib/CompilerDriver/Makefile +++ b/lib/CompilerDriver/Makefile
@@ -22,6 +22,7 @@ endif REQUIRES_EH := 1 +REQUIRES_RTTI := 1 include $(LEVEL)/Makefile.common