Lines Matching refs:sort
4 # RUN: %p/Inputs/sort.s -o %t2.o
69 ## SORT_NONE itself does not sort anything.
74 ## Check --sort-section alignment option.
76 # RUN: ld.lld --sort-section alignment -o %t8 --script %t7.script %t1.o %t2.o
79 ## Check --sort-section= form.
80 # RUN: ld.lld --sort-section=alignment -o %t8_1 --script %t7.script %t1.o %t2.o
83 ## Check --sort-section name option.
85 # RUN: ld.lld --sort-section name -o %t9 --script %t8.script %t1.o %t2.o
88 ## SORT_NONE disables the --sort-section.
90 # RUN: ld.lld --sort-section name -o %t10 --script %t9.script %t2.o %t1.o
93 ## SORT_NONE as a inner sort directive.