[PATCH] D108559: [DebugInfo] Remove the restriction on the size of DIStringType in DebugHandlerBase::isUnsignedDIType

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 3 17:57:01 PDT 2021


aprantl added a comment.

In D108559#2973690 <https://reviews.llvm.org/D108559#2973690>, @shchenz wrote:

> I think the reason is you specify triple for a case in target-independent dir(`test/CodeGen/Generic`), you need to add a "REQUIRES:" in the test file to make sure the test is only run on buildbots that supports X86-linux. See `test/CodeGen/Generic/csw-debug-assert.ll`.

Even better is to move the test to the x86 subdirectory where the lit.cfg automatically adds this requirement to all tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108559



More information about the llvm-commits mailing list