2 ## Sections in an INSERT command are in a unit. Their order is preserved.
4 # RUN: split-file %s %t
5 # RUN: llvm-mc -filetype=obj -triple=x86_64 %t/a.s -o %t/a.o
6 # RUN: ld.lld -T %t/a.lds %t/a.o -o %t1
7 # RUN: llvm-readelf -S -l %t1 | FileCheck %s
34 } INSERT BEFORE .text;
44 .section text.0,"ax"; nop
45 .section text.1,"ax"; nop
46 .section text.2,"ax"; nop
47 .section text.3,"ax"; nop
48 .section text.4,"ax"; nop
49 .section text.5,"ax"; nop
50 .section text.6,"ax"; nop
51 .section text.7,"ax"; nop
52 .section text.8,"ax"; nop