git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302470 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eugene Zemtsov 2017-05-08 21:20:53 +00:00
parent 28bd5d128c
commit 4f230b8d83

View File

@ -172,7 +172,7 @@ bool DWARFVerifier::handleDebugInfo() {
}
}
}
veifyDebugInfoReferences();
verifyDebugInfoReferences();
return NumDebugInfoErrors == 0;
}