This patch translates the line and column numbers from LLVM IR block string to the
line and column numbers in the MIR file so that llc reports LLVM IR errors with
correct locations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D10108
MIR Serialization: Report diagnostics with correct locations for LLVM IR Errors. ClosedPublic Authored by arphaman on May 28 2015, 3:52 PM.
Details Summary This patch translates the line and column numbers from LLVM IR block string to the
Diff Detail
Event TimelineClosed by commit rL238576: MIR Serialization: use correct line and column numbers for LLVM IR errors. (authored by arphaman). · Explain WhyMay 29 2015, 10:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 26791 llvm/trunk/lib/CodeGen/MIRParser/MIRParser.cpp
llvm/trunk/test/CodeGen/MIR/llvm-ir-error-reported.mir
|