[PATCH] D46306: [MC][ARM] Add range checking for Thumb2 resolved fixups

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 06:21:27 PDT 2018


fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/MC/ARM/thumb2-branch-ranges.s:27
+
+// branch to thumb function is resolved at assembly time
+// CHECK-NOT: error
----------------
I think using CHECK-LABEL to separate the checks might it slightly easier to track down failures in the future.


https://reviews.llvm.org/D46306





More information about the llvm-commits mailing list