[PATCH] D114194: [SystemZ] Add range checks for PC-relative fixups

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 19 04:41:43 PST 2021


uweigand added a comment.

In D114194#3141215 <https://reviews.llvm.org/D114194#3141215>, @jonpa wrote:

> Not sure what to do with the testing: should we do something similar as a 'Large' folder as is already done for the branch relaxation tests?

The 'Large' folder is only separate because files in there take a long **time** to build, and therefore shouldn't be executed in each normal "make check".

I think it should be straightforward to create tests with large distances between symbols (e.g. using .rep) that don't take any longer than usual unit tests, so they don't need to be treated specially.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114194/new/

https://reviews.llvm.org/D114194



More information about the llvm-commits mailing list