This is similar to what was added in SVN r277838 for 24 bit branch instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
We should use error() instead of fatal() in this case because the error is not caused by corrupted input files. That said, this patch is LGTM because we use fatal() for other relocations in this file.