forked from OSchip/llvm-project
[ELF] Fix a typo introduced in r308915.
Thanks to Rafael for finding it in a post-commit review. llvm-svn: 308921
This commit is contained in:
parent
957f1206e9
commit
0a26c5738d
|
@ -10,7 +10,7 @@
|
|||
# RUN: ld.lld --symbol-ordering-file %t_order_lto.txt %t.o %t.bc -o %t2.out
|
||||
# RUN: llvm-readobj -elf-output-style=GNU -t %t2.out| FileCheck %s
|
||||
|
||||
# Check that the order is pat -> _start -> tin.
|
||||
# Check that the order is tin -> _start -> pat.
|
||||
|
||||
# CHECK: Symbol table '.symtab' contains 4 entries:
|
||||
# CHECK-NEXT: Num: Value Size Type Bind Vis Ndx Name
|
||||
|
|
Loading…
Reference in New Issue