summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-ifs/weak-mismatch.ifs
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-ifs/weak-mismatch.ifs')
-rw-r--r--llvm/test/tools/llvm-ifs/weak-mismatch.ifs19
1 files changed, 19 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-ifs/weak-mismatch.ifs b/llvm/test/tools/llvm-ifs/weak-mismatch.ifs
new file mode 100644
index 00000000000..15abc2064cc
--- /dev/null
+++ b/llvm/test/tools/llvm-ifs/weak-mismatch.ifs
@@ -0,0 +1,19 @@
+# RUN: not llvm-ifs -action write-ifs -o - %s %S/Inputs/strong-mismatch-size.ifs 2>&1 | FileCheck %s --check-prefixes=CHECK-SIZE
+# RUN: not llvm-ifs -action write-ifs -o - %s %S/Inputs/strong-mismatch-type.ifs 2>&1 | FileCheck %s --check-prefixes=CHECK-TYPE
+
+# CHECK-SIZE: error: Interface Stub: Size Mismatch for foobar.
+# CHECK-SIZE-NEXT: Filename:
+# CHECK-SIZE-NEXT: Size Values: 1 2
+
+
+# CHECK-TYPE: error: Interface Stub: Type Mismatch for foobar.
+# CHECK-TYPE-NEXT: Filename:
+# CHECK-TYPE-NEXT: Type Values: Object Func
+
+--- !experimental-ifs-v1
+IfsVersion: 1.0
+Triple: x86_64-unknown-linux-gnu
+ObjectFileFormat: ELF
+Symbols:
+ foobar: { Type: Object, Size: 1, Weak: true }
+...
OpenPOWER on IntegriCloud