[InstCombine] Signed saturation patterns
[llvm-core.git] / test / tools / llvm-ifs / conflict-header-format.ifs
blob40ae9c0526f25cfe69d8c566af1ef00621b2e1ca
1 # RUN: not llvm-ifs -action write-ifs -o - %s %S/object.ifs 2>&1 | \
2 # RUN: FileCheck %s --check-prefixes=CHECK-IFS
4 # CHECK-IFS: error: Interface Stub: ObjectFileFormat Mismatch.
5 # CHECK-IFS-NEXT: Filenames:
6 # CHECK-IFS-NEXT: ObjectFileFormat Values: TBD ELF
8 --- !experimental-ifs-v1
9 IfsVersion:      1.0
10 Triple:          x86_64-apple-unknown
11 ObjectFileFormat: TBD
12 Symbols:
13   a:               { Type: Func }
14 ...