mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 04:26:06 +00:00

This commit reports an error when a machine function from a MIR file that contains LLVM IR can't find a function with the same name in the loaded LLVM IR module. Reviewers: Duncan P. N. Exon Smith Differential Revision: http://reviews.llvm.org/D10468 llvm-svn: 239831