| commit | 8d67b8e05375f13d03bff615788e8bedbd97892d | [log] [tgz] |
|---|---|---|
| author | Tim Northover <tnorthover@apple.com> | Fri Oct 02 18:07:18 2015 +0000 |
| committer | Tim Northover <tnorthover@apple.com> | Fri Oct 02 18:07:18 2015 +0000 |
| tree | 32ae282314704a5a9ea47ead4cd20890025b82b4 | |
| parent | 956b008db6d43ad81c69ced260650e3c2b286c47 [diff] |
ARM: diagnose invalid local fixups on Thumb1 We previously stopped producing Thumb2 relaxations when they weren't supported, but only diagnosed the case where an actual relocation was produced. We should also tell people if local symbols aren't going to work rather than silently overflowing. llvm-svn: 249164