[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / llvm-ifs / conflict-header-triple.ifs
blob15bddc6a15f7aab3d74c06be78344950681f1b72
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: Triple Mismatch.
5 # CHECK-IFS-NEXT: Filenames:
6 # CHECK-IFS-NEXT: Triple Values: mips-unknown-linux x86_64-unknown-linux-gnu
8 --- !experimental-ifs-v1
9 IfsVersion:      1.0
10 Triple:          mips-unknown-linux
11 ObjectFileFormat: ELF
12 Symbols:
13   a:               { Type: Func }
14 ...