brintos

brintos / llvm-project-archived public Read only

0
0
Text · 377 B · 724ca16 Raw
14 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t.o4 5# RUN: not ld.lld --start-group --start-group %t.o 2>&1 | FileCheck %s --check-prefix=NESTED6# NESTED: nested --start-group7 8# RUN: not ld.lld --end-group 2>&1 | FileCheck %s --check-prefix=END9# RUN: not ld.lld '-)' 2>&1 | FileCheck %s --check-prefix=END10# END: stray --end-group11 12.globl _start13_start:14