[MCParser][z/OS] Mark a few tests as unsupported for the z/OS Target
authorAnirudh Prasad <anirudh_prasad@hotmail.com>
Mon, 5 Jul 2021 15:06:38 +0000 (11:06 -0400)
committerAnirudh Prasad <anirudh_prasad@hotmail.com>
Mon, 5 Jul 2021 15:06:52 +0000 (11:06 -0400)
commit7bc1baea6ec8498c82877f773750f9b4c0025874
tree88b628b366bf535e6a0cf766c72dda28e9fd4684
parent0bb9c05b1ec654eeba195c0e1a4030f795a2f09d
[MCParser][z/OS] Mark a few tests as unsupported for the z/OS Target

- Background here is that that these sets of tests are "invalid" to be run on z/OS
- The reason is because these test constructs that HLASM never supports (HLASM doesn't support GNU style directives)
- Usually tests are geared towards a particular target via the use of a triple that targets just that platform, but these tests require the use of a "default triple"
- Thus, we mark these tests as "UNSUPPORTED" for z/OS since we don't want to run these for z/OS

Reviewed By: yusra.syeda, abhina.sreeskantharajan

Differential Revision: https://reviews.llvm.org/D105204
llvm/test/MC/AsmParser/debug-empty-source.s
llvm/test/MC/AsmParser/debug-no-source.s
llvm/test/MC/AsmParser/include.ll
llvm/test/MC/AsmParser/macro-same-context.ll
llvm/test/MC/ELF/dwarf-file0.s
llvm/test/MC/ELF/dwarf-loc0.s
llvm/test/tools/llvm-mc/no_warnings.test