[all-commits] [llvm/llvm-project] bb0aa5: [flang] Fix triple in a couple of driver tests
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Thu May 5 09:45:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb0aa574e7d66049bcb08c8a17532dadd875bf41
https://github.com/llvm/llvm-project/commit/bb0aa574e7d66049bcb08c8a17532dadd875bf41
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2022-05-05 (Thu, 05 May 2022)
Changed paths:
M flang/test/Driver/emit-asm-from-llvm-bc.ll
M flang/test/Driver/emit-asm-from-llvm.ll
Log Message:
-----------
[flang] Fix triple in a couple of driver tests
In https://reviews.llvm.org/D124667, I added tests that check the
generated assembly. I verified the assembly on AArch64 and X86_64, but
the PPC Flang buildbot [1] started failing (i.e. the assembly was not
generic enough).
In order to fix this, I'm changing these tests to be only run on
AAarch64 - that's the architecture that most of public Flang buildbots
use.
I'm hoping that this is straightforward enough and am merging it without
a review.
[1] https://lab.llvm.org/buildbot/#/builders/21/builds/40256
More information about the All-commits
mailing list