mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-29 07:53:33 +00:00
Fix wording of warning message about invalid debug info.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200806 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9b06b0fd55
commit
58631c71e8
@ -53,6 +53,6 @@ void DiagnosticInfoStackSize::print(DiagnosticPrinter &DP) const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void DiagnosticInfoDebugMetadataVersion::print(DiagnosticPrinter &DP) const {
|
void DiagnosticInfoDebugMetadataVersion::print(DiagnosticPrinter &DP) const {
|
||||||
DP << "invalid debug metadata version (" << getMetadataVersion() << ") in "
|
DP << "ignoring debug info with an invalid version (" << getMetadataVersion()
|
||||||
<< getModule();
|
<< ") in " << getModule();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user