mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Fix the Windows build after r327750
llvm-svn: 327753
This commit is contained in:
@@ -224,7 +224,7 @@ static void CompleteExternalTagDeclType(ClangASTImporter &ast_importer,
|
||||
die.GetDWARF()->GetObjectFile()->GetModule()->ReportError(
|
||||
"Unable to complete the Decl context for DIE '%s' at offset "
|
||||
"0x%8.8x.\nPlease file a bug report.",
|
||||
type_name_cstr ?: "", die.GetOffset());
|
||||
type_name_cstr ? type_name_cstr : "", die.GetOffset());
|
||||
// We need to make the type look complete otherwise, we
|
||||
// might crash in Clang when adding children.
|
||||
if (ClangASTContext::StartTagDeclarationDefinition(type))
|
||||
|
||||
Reference in New Issue
Block a user