Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-ifs / conflict-header-triple.ifs
blob0cba62b1e1e8c14059415b55d630be393f1053e2
1 # RUN: not llvm-ifs --input-format=IFS --output-ifs - %s %S/object.ifs 2>&1 | \
2 # RUN: FileCheck %s --check-prefixes=CHECK-IFS
4 # CHECK-IFS: error: Interface Stub: Target Mismatch.
5 # CHECK-IFS-NEXT: Filenames:
7 --- !ifs-v1
8 IfsVersion: 3.0
9 Target:          mips-unknown-linux
10 Symbols:
11   - { Name: a, Type: Func }
12 ...