Mercurial > hg > CbC > CbC_llvm
diff lld/test/ELF/push-state.s @ 173:0572611fdcc8 llvm10 llvm12
reorgnization done
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 11:55:54 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line diff
--- a/lld/test/ELF/push-state.s Mon May 25 11:50:15 2020 +0900 +++ b/lld/test/ELF/push-state.s Mon May 25 11:55:54 2020 +0900 @@ -30,9 +30,9 @@ // RUN: mkdir -p %t.dir // RUN: cp %t.so %t.dir/libfoo.so // 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 /dev/null -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 +// RUN: not ld.lld -o /dev/null -pop-state %t.a %t1.o -M 2>&1 | FileCheck -check-prefix=ERR %s // ERR: error: unbalanced --push-state/--pop-state .globl _start