[all-commits] [llvm/llvm-project] 48aeca: [flang] Run pic-flags.f90 test in more places
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Aug 21 00:42:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48aeca048036cd1165e71dcc1fbf323b1b710d6d
https://github.com/llvm/llvm-project/commit/48aeca048036cd1165e71dcc1fbf323b1b710d6d
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M flang/test/Driver/pic-flags.f90
Log Message:
-----------
[flang] Run pic-flags.f90 test in more places
83a06997c69a17def2f58fd556c094b8f1060b89 broke this test but
we only saw the failure on a subset of the flang bots because
it requires 3 target backends, and most of ours only enable AArch64.
Use %if to run as much of the test as we can with the targets
we have.
Reviewed By: awarzynski
Differential Revision: https://reviews.llvm.org/D158264
More information about the All-commits
mailing list