diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-03-27 02:52:14 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-03-27 02:52:14 +0000 |
| commit | adcc1d18e28f54526c0cd9d904a6fff2db7febcc (patch) | |
| tree | e52a96ebbc9c3582e07c35515abf9ee613dc58e7 /clang/lib/CodeGen/CodeGenModule.cpp | |
| parent | 07943af506491ea77cd85a6983f3c8596d1756c2 (diff) | |
| download | llvm-adcc1d18e28f54526c0cd9d904a6fff2db7febcc.zip llvm-adcc1d18e28f54526c0cd9d904a6fff2db7febcc.tar.gz llvm-adcc1d18e28f54526c0cd9d904a6fff2db7febcc.tar.bz2 | |
When given the magic class __cxxabiv1::__fundamental_type_info, produce
the typeinfo for the fundamental types.
Fixes PR6685.
llvm-svn: 99701
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenModule.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index 1606710..c44b311 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp @@ -79,6 +79,7 @@ void CodeGenModule::createObjCRuntime() { } void CodeGenModule::Release() { + EmitFundamentalRTTIDescriptors(); EmitDeferred(); EmitCXXGlobalInitFunc(); EmitCXXGlobalDtorFunc(); |
