]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/mach-o/Inputs/order_file-basic.order
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / mach-o / Inputs / order_file-basic.order
1
2 # input file for order_file-basic.yaml
3
4 _func2
5 libfoo.a(foo.o):_foo  # tests file specific ordering within archive
6 i386:_func3           # wrong arch, so ignored
7 armv7:_func3          # wrong arch, so ignored
8 _func1
9 _notfound             # unknown symbol silently ignored
10 _data3                # data symbols should be orderable
11