diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-11-13 13:44:11 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-11-13 13:44:11 +0000 |
commit | 156227ac2bcac239f9dfd0a8314b6efcae9021b0 (patch) | |
tree | bb4eebec59de726cdc11b2d63ed5d5e4879cdba7 /llvm/lib/MC/MCAsmInfo.cpp | |
parent | fa82ba91f943274c91801348ec78fa6c02767736 (diff) | |
download | bcm5719-llvm-156227ac2bcac239f9dfd0a8314b6efcae9021b0.tar.gz bcm5719-llvm-156227ac2bcac239f9dfd0a8314b6efcae9021b0.zip |
Don't call doFinalization from verifyFunction.
verifyFunction needs to call doInitialization to collect metadata and avoid
crashing when verifying debug info in a function.
But it should not call doFinalization since that is where the verifier will
check declarations, variables and aliases, which is not desirable when one
only wants to verify a function.
A possible cleanup would be to split the class into a ModuleVerifier and
FunctionVerifier.
Issue reported by Ilia Filippov. Patch by Michael Kruse.
llvm-svn: 194574
Diffstat (limited to 'llvm/lib/MC/MCAsmInfo.cpp')
0 files changed, 0 insertions, 0 deletions