mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:05:09 +08:00
Do not assert if debug info for certain type is not generated.
llvm-svn: 86315
This commit is contained in:
@@ -856,7 +856,6 @@ llvm::DIType CGDebugInfo::CreateTypeNode(QualType Ty,
|
||||
case Type::Vector:
|
||||
return llvm::DIType();
|
||||
default:
|
||||
assert(false && "Unhandled type class!");
|
||||
return llvm::DIType();
|
||||
case Type::ObjCObjectPointer:
|
||||
return CreateType(cast<ObjCObjectPointerType>(Ty), Unit);
|
||||
|
||||
Reference in New Issue
Block a user