Mercurial > hg > CbC > CbC_llvm
diff clang/lib/CodeGen/ItaniumCXXABI.cpp @ 152:e8a9b4f4d755
pull from 146
author | anatofuz |
---|---|
date | Wed, 11 Mar 2020 18:29:16 +0900 |
parents | 1d019706d866 |
children | f935e5e0dbe7 |
line wrap: on
line diff
--- a/clang/lib/CodeGen/ItaniumCXXABI.cpp Fri Feb 14 15:12:50 2020 +0900 +++ b/clang/lib/CodeGen/ItaniumCXXABI.cpp Wed Mar 11 18:29:16 2020 +0900 @@ -2947,6 +2947,9 @@ // Types added here must also be added to EmitFundamentalRTTIDescriptors. switch (Ty->getKind()) { case BuiltinType::Void: +#ifndef noCbC + case BuiltinType::__Code: +#endif case BuiltinType::NullPtr: case BuiltinType::Bool: case BuiltinType::WChar_S: