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

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 30 18:01:25 PDT 2021


shchenz added a comment.

I think the reason is you specific 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 target that supports X86-linux. See `test/CodeGen/Generic/csw-debug-assert.ll`.


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