mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
Fix assert string to be more informative.
llvm-svn: 146061
This commit is contained in:
@@ -994,7 +994,7 @@ GetOpcodeDataSize (const DataExtractor &data, const uint32_t data_offset, const
|
||||
default:
|
||||
{
|
||||
Host::SetCrashDescriptionWithFormat ("Unhandled DW_OP_XXX opcode: %d, add support for it.", op);
|
||||
assert (!"Unhandled DW_OP_XXX opcode: %d, add support for it.");
|
||||
assert (!"Unhandled DW_OP_XXX opcode - look for actual value in Crash Description string.");
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user