forked from OSchip/llvm-project
[lld] Reorder cases in test to match comments (NFC)
The test added in 1487747e99
had a few
cases that were out of order compared to the comments. Reordered to
match.
This commit is contained in:
parent
a80232bd5f
commit
b3bafbcb18
|
@ -98,23 +98,23 @@
|
|||
;; preemption, even without any options.
|
||||
|
||||
;; Index based WPD
|
||||
; RUN: opt -relocation-model=pic -o %t5.o %s
|
||||
; RUN: ld.lld %t5.o -o %t5.so -shared
|
||||
; RUN: ld.lld %t5.o %t5.so -o %t5 -save-temps --lto-whole-program-visibility \
|
||||
; RUN: -mllvm -pass-remarks=. 2>&1 | FileCheck /dev/null --implicit-check-not single-impl --allow-empty
|
||||
|
||||
;; Hybrid WPD
|
||||
; RUN: opt -relocation-model=pic --thinlto-bc -o %t5.o %s
|
||||
; RUN: ld.lld %t5.o -o %t5.so -shared
|
||||
; RUN: ld.lld %t5.o %t5.so -o %t5 -save-temps --lto-whole-program-visibility \
|
||||
; RUN: -mllvm -pass-remarks=. 2>&1 | FileCheck /dev/null --implicit-check-not single-impl --allow-empty
|
||||
|
||||
;; Regular LTO WPD
|
||||
;; Hybrid WPD
|
||||
; RUN: opt -relocation-model=pic --thinlto-bc --thinlto-split-lto-unit -o %t5.o %s
|
||||
; RUN: ld.lld %t5.o -o %t5.so -shared
|
||||
; RUN: ld.lld %t5.o %t5.so -o %t5 -save-temps --lto-whole-program-visibility \
|
||||
; RUN: -mllvm -pass-remarks=. 2>&1 | FileCheck /dev/null --implicit-check-not single-impl --allow-empty
|
||||
|
||||
;; Regular LTO WPD
|
||||
; RUN: opt -relocation-model=pic -o %t5.o %s
|
||||
; RUN: ld.lld %t5.o -o %t5.so -shared
|
||||
; RUN: ld.lld %t5.o %t5.so -o %t5 -save-temps --lto-whole-program-visibility \
|
||||
; RUN: -mllvm -pass-remarks=. 2>&1 | FileCheck /dev/null --implicit-check-not single-impl --allow-empty
|
||||
|
||||
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-grtev4-linux-gnu"
|
||||
|
||||
|
|
Loading…
Reference in New Issue