Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / start-group.s
blob724ca16c60456b969f92868bb98fb5860dda8fd5
1 # REQUIRES: x86
3 # RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t.o
5 # RUN: not ld.lld --start-group --start-group %t.o 2>&1 | FileCheck %s --check-prefix=NESTED
6 # NESTED: nested --start-group
8 # RUN: not ld.lld --end-group 2>&1 | FileCheck %s --check-prefix=END
9 # RUN: not ld.lld '-)' 2>&1 | FileCheck %s --check-prefix=END
10 # END: stray --end-group
12 .globl _start
13 _start: