[PATCH] D41163: [LLD] [COFF] Error out if 20 bit thumb branches are out of range
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 12:42:34 PST 2017
ruiu accepted this revision.
ruiu added a comment.
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.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D41163
More information about the llvm-commits
mailing list