[all-commits] [llvm/llvm-project] 7bc1ba: [MCParser][z/OS] Mark a few tests as unsupported f...
Anirudh Prasad via All-commits
all-commits at lists.llvm.org
Mon Jul 5 08:07:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7bc1baea6ec8498c82877f773750f9b4c0025874
https://github.com/llvm/llvm-project/commit/7bc1baea6ec8498c82877f773750f9b4c0025874
Author: Anirudh Prasad <anirudh_prasad at hotmail.com>
Date: 2021-07-05 (Mon, 05 Jul 2021)
Changed paths:
M llvm/test/MC/AsmParser/debug-empty-source.s
M llvm/test/MC/AsmParser/debug-no-source.s
M llvm/test/MC/AsmParser/include.ll
M llvm/test/MC/AsmParser/macro-same-context.ll
M llvm/test/MC/ELF/dwarf-file0.s
M llvm/test/MC/ELF/dwarf-loc0.s
M llvm/test/tools/llvm-mc/no_warnings.test
Log Message:
-----------
[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
More information about the All-commits
mailing list