]> granicus.if.org Git - llvm/commit
Change -march=systemz to triple and fix test
authorKai Nacke <kai.nacke@redstar.de>
Fri, 27 Sep 2019 16:19:15 +0000 (16:19 +0000)
committerKai Nacke <kai.nacke@redstar.de>
Fri, 27 Sep 2019 16:19:15 +0000 (16:19 +0000)
commit12e921eb1b4105d6eaae920576bc213f7dfdb646
tree6def8f1f61bd5f8fd9e90dbfc6cba1926fb8e1e5
parent51c6eb1c5a5b1cb3f97d925a7fc4523c75411658
Change -march=systemz to triple and fix test

These two test cases use -march=systemz instead of a triple. In
particular, the used file format is then based on the default host
triple. This leads to different behaviour on different platforms.

The SystemZ implementation uses the integrated assembler for a
long time now. The mature-mc-support test can be fully enabled.

Differential Revision: https://reviews.llvm.org/D68129

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373098 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/SystemZ/mature-mc-support.ll
test/CodeGen/SystemZ/tail-call-mem-intrinsics.ll