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 D121996
[NVPTX][tests] Do not run tests that require direct object generation ikudrin on Mar 18 2022, 4:48 AM. Authored by
Details 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.
Diff Detail
Event TimelineComment Actions The code LGTM. When object-emission was reintroduced in D98508, there was some discussion on whether XCore ought to use this feature, or provide an integrated assembler instead. Sorry I don't know NVPTX: is NVPTX different because it generates assembly as its natural output, and binary does not make sense? Or could it have an integrated assembler at some point? Comment Actions LGTM but I would prefer to hear from other reviewers who commented on object-emission before. Comment Actions NVPTX only generates assembly. It is not going to have native code generation any time soon. It it did, we'd have multiple native back-ends. In other words, LGTM as far as NVPTX back-end is concerned. |