diff options
Diffstat (limited to 'lld/test/ELF/lto/data-ordering-lto.s')
-rw-r--r-- | lld/test/ELF/lto/data-ordering-lto.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/lto/data-ordering-lto.s b/lld/test/ELF/lto/data-ordering-lto.s index bdacccc3540..9c422b7357f 100644 --- a/lld/test/ELF/lto/data-ordering-lto.s +++ b/lld/test/ELF/lto/data-ordering-lto.s @@ -7,7 +7,7 @@ # RUN: echo "dipsy " >> %t_order_lto.txt # RUN: echo "pat " >> %t_order_lto.txt -# RUN: ld.lld --symbol-ordering-file %t_order_lto.txt %t.o %t.bc -o %t2.out +# RUN: ld.lld --symbol-ordering-file %t_order_lto.txt %t.o %t.bc -o /dev/null # RUN: llvm-readelf -t %t2.out| FileCheck %s # Check that the order is tin -> dipsy -> pat. |