forked from OSchip/llvm-project
Forgot to address last minor review comment in r264708. Doing that now.
llvm-svn: 264711
This commit is contained in:
parent
a9ab71c65a
commit
9e18c7f81a
|
@ -8,13 +8,3 @@
|
||||||
|
|
||||||
## Check --trace alias
|
## Check --trace alias
|
||||||
# RUN: ld.lld -shared %t.foo.o -o %t.so -t 2>&1 | FileCheck %s
|
# RUN: ld.lld -shared %t.foo.o -o %t.so -t 2>&1 | FileCheck %s
|
||||||
|
|
||||||
## Check output messages order (1)
|
|
||||||
# RUN: ld.lld -shared %t.foo.o %t1.bar.o -o %t.so -t 2>&1 | FileCheck -check-prefix=ORDER1 %s
|
|
||||||
# ORDER1: {{.*}}.foo.o
|
|
||||||
# ORDER1: {{.*}}.bar.o
|
|
||||||
|
|
||||||
## Check output messages order (2)
|
|
||||||
# RUN: ld.lld -shared %t1.bar.o %t.foo.o -o %t.so -t 2>&1 | FileCheck -check-prefix=ORDER2 %s
|
|
||||||
# ORDER2: {{.*}}.bar.o
|
|
||||||
# ORDER2: {{.*}}.foo.o
|
|
||||||
|
|
Loading…
Reference in New Issue