[PATCH] D86879: [XCOFF][AIX] Handle TOC entries that could not be reached by positive range in small code model

Jason Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 07:16:39 PDT 2020


jasonliu added a comment.

In D86879#2274076 <https://reviews.llvm.org/D86879#2274076>, @nemanjai wrote:

> In D86879#2274025 <https://reviews.llvm.org/D86879#2274025>, @hubert.reinterpretcast wrote:
>
>> We believe that the test is necessarily large. Has the associated bot encountered similar issues before? What was the recommended fix to retain the test in more appropriate environments?
>
> Perhaps the test case should be restricted to some key platforms where cross-compilation to AIX is relevant? Perhaps `Linux` (PPC is already required).

I could add

REQUIRES: aix || linux
======================

to the test if that helps.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86879



More information about the llvm-commits mailing list