This is an archive of the discontinued LLVM Phabricator instance.

MIR Parser: Report an error when a machine function doesn't have a corresponding function in the LLVM IR.
ClosedPublic

Authored by arphaman on Jun 15 2015, 5:47 PM.

Details

Summary

This patch reports an error when a machine function in the MIR file that has LLVM IR can't find a function with the same name in the loaded LLVM IR module.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 27737.Jun 15 2015, 5:47 PM
arphaman retitled this revision from to MIR Parser: Report an error when a machine function doesn't have a corresponding function in the LLVM IR..
arphaman updated this object.
arphaman edited the test plan for this revision. (Show Details)
arphaman added reviewers: dexonsmith, bob.wilson, bogner.
arphaman set the repository for this revision to rL LLVM.
arphaman added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.