[LLD][ELF] - Add a test for "unbalanced --push-state/--pop-state" error.
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 26 Nov 2018 12:58:51 +0000 (12:58 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 26 Nov 2018 12:58:51 +0000 (12:58 +0000)
We had no such test.

llvm-svn: 347552

lld/test/ELF/push-state.s

index 5a01cd2..f3d55c3 100644 (file)
@@ -32,5 +32,8 @@
 // RUN: ld.lld -o %t.exe -L%t.dir -push-state -static -pop-state  %t1.o -lfoo
 // RUN: not ld.lld -o %t.exe -L%t.dir -push-state -static %t1.o -lfoo
 
+// RUN: not ld.lld -o %t.exe -pop-state %t.a %t1.o -M 2>&1 | FileCheck -check-prefix=ERR %s
+// ERR: error: unbalanced --push-state/--pop-state
+
 .globl _start
 _start: