mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 05:13:01 +00:00
Cleanup error message output a bit
llvm-svn: 1879
This commit is contained in:
parent
9036b8c899
commit
55aff5c433
@ -61,7 +61,7 @@ static bool LinkTypes(Module *Dest, const Module *Src, string *Err = 0) {
|
||||
if (Entry != RHS) // If it's the same, noop. Otherwise, error.
|
||||
return Error(Err, "Type named '" + Name +
|
||||
"' of different shape in modules.\n Src='" +
|
||||
Entry->getDescription() + "'. Dest='" +
|
||||
Entry->getDescription() + "'.\n Dst='" +
|
||||
RHS->getDescription() + "'");
|
||||
} else { // Type not in dest module. Add it now.
|
||||
// TODO: FIXME WHEN TYPES AREN'T CONST
|
||||
|
Loading…
Reference in New Issue
Block a user