Make test more lenient for custom clang version strings
[llvm-project.git] / llvm / test / CodeGen / MIR / Generic / machine-function-hasfakeuses-conflict.mir
blob56175bd8bad6acfe25154b7d650f071e46e2d2ee
1 # RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
3 # Test that computed properties are not conflicting with explicitly set
4 # properties
6 ---
7 # CHECK: error: {{.*}}: TestHasFakeUsesOverrideConflict has explicit property hasFakeUses=false, but contains fake uses
8 name:            TestHasFakeUsesOverrideConflict
9 hasFakeUses: false
10 body: |
11   bb.0:
12     %0:_(s32) = G_IMPLICIT_DEF
13     FAKE_USE %0
14 ...