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. Differential Revision: https://reviews.llvm.org/D121996
5 lines
147 B
INI
5 lines
147 B
INI
if not config.target_triple:
|
|
config.unsupported = True
|
|
elif config.target_triple.startswith(("nvptx", "xcore")):
|
|
config.unsupported = True
|