Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-ifs / conflict-size.ifs
blob857919b954e8adb9b272e2f41088185612cefa1a
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 # Here we are testing to see if two symbols with identical names will fail to
5 # merge in conflict due to mismatching sizes.
6 # CHECK-IFS: error: Interface Stub: Size Mismatch for b.
7 # CHECK-IFS-NEXT: Filename:
8 # CHECK-IFS-NEXT: Size Values: 1 4
10 --- !ifs-v1
11 IfsVersion: 3.0
12 Target: x86_64-unknown-linux-gnu
13 Symbols:
14   - { Name: b, Type: Object, Size: 1 }
15 ...