]> granicus.if.org Git - clang/commit
Fix -fno-rtti -fexceptions by forcing the emission of (non-"builtin") RTTI
authorJohn McCall <rjmccall@apple.com>
Fri, 30 Apr 2010 01:15:21 +0000 (01:15 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 30 Apr 2010 01:15:21 +0000 (01:15 +0000)
commit9dffe6f51c676c1e423c382c62d1648746e36cd4
treec8adff3cf1b047dd67d3e2ba538365d9d0686c38
parent0d0db2ff77b33a2f2a3fde6b1cae16ebc5d7c33f
Fix -fno-rtti -fexceptions by forcing the emission of (non-"builtin") RTTI
when used by the exceptions routines.  Fixes PR 6974.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102684 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGException.cpp
lib/CodeGen/CGRTTI.cpp
lib/CodeGen/CodeGenModule.h
test/CodeGenCXX/exceptions-no-rtti.cpp [new file with mode: 0644]