[flang-commits] [flang] [Flang] Add triple requirement for failing tests, NFC (PR #122898)
David Spickett via flang-commits
flang-commits at lists.llvm.org
Tue Jan 14 05:55:49 PST 2025
DavidSpickett wrote:
Instead of restricting these could you use an `if` like this?
```
// RUN: %if x86-registered-target %{ %clang --target=x86_64 %s -c -o /dev/null -fintegrated-as -Wa,--no-warn 2>&1 | count 0 %}
```
https://github.com/llvm/llvm-project/blob/main/clang/test/Driver/as-warnings.c
https://github.com/llvm/llvm-project/pull/122898
More information about the flang-commits
mailing list