[PATCH] D121996: [nvptx][tests] Do not run tests that require direct object generation

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 18 04:48:21 PDT 2022


ikudrin created this revision.
ikudrin added reviewers: nigelp-xmos, JDevlieghere, MaskRay, echristo.
ikudrin added a project: LLVM.
Herald added subscribers: asavonic, emaste.
Herald added a project: All.
ikudrin requested review of this revision.

NVPTX does not support generating binary files, which is required for these tests.

The majority of tests in 'DebugInfo/Generic' also require emitting object files, so they all are disabled for NVPTX.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121996

Files:
  llvm/test/DebugInfo/Generic/lit.local.cfg
  llvm/test/DebugInfo/attr-btf_type_tag.ll
  llvm/test/DebugInfo/dwarfdump-immutable.ll
  llvm/test/Instrumentation/InstrProfiling/debug-info-correlate.ll
  llvm/test/MC/AsmParser/debug-empty-source.s
  llvm/test/MC/AsmParser/debug-no-source.s
  llvm/test/MC/ELF/cfi-version.ll
  llvm/test/MC/ELF/dwarf-file0.s
  llvm/test/MC/ELF/dwarf-loc0.s
  llvm/test/lit.cfg.py
  llvm/test/tools/llvm-mc/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121996.416461.patch
Type: text/x-patch
Size: 5190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220318/471cb59a/attachment.bin>


More information about the llvm-commits mailing list