mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
7 lines
354 B
Python
7 lines
354 B
Python
|
# Check that --show-used-features works correctly.
|
||
|
#
|
||
|
# RUN: %{lit} %{inputs}/show-used-features --show-used-features | FileCheck %s
|
||
|
# CHECK: my-require-feature-1 my-require-feature-2 my-require-feature-3
|
||
|
# CHECK: my-unsupported-feature-1 my-unsupported-feature-2 my-unsupported-feature-3
|
||
|
# CHECK: my-xfail-feature-1 my-xfail-feature-2 my-xfail-feature-3
|