File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
# RUN: rm - rf %t && split - file %s %t && cd %t
4
4
5
5
## Check for incompatible cases
6
- # RUN: not ld.lld - o /dev/null %t -- irpgo - profile=/dev/null -- bp - startup - sort=function -- call - graph - ordering - file=/dev/null 2 >& 1 | FileCheck %s -- check - prefix= BP - STARTUP - CALLGRAPH - ERR
7
- # RUN: not ld.lld - o /dev/null - -bp - compression - sort=function -- call - graph - ordering - file /dev/null 2 >& 1 | FileCheck %s -- check - prefix= BP - COMPRESSION - CALLGRAPH - ERR
6
+ # RUN: not ld.lld %t -- irpgo - profile=/dev/null -- bp - startup - sort=function -- call - graph - ordering - file=/dev/null 2 >& 1 | FileCheck %s -- check - prefix= BP - STARTUP - CALLGRAPH - ERR
7
+ # RUN: not ld.lld -- bp - compression - sort=function -- call - graph - ordering - file /dev/null 2 >& 1 | FileCheck %s -- check - prefix= BP - COMPRESSION - CALLGRAPH - ERR
8
8
# RUN: not ld.lld -- bp - startup - sort=function 2 >& 1 | FileCheck %s -- check - prefix= BP - STARTUP - ERR
9
9
# RUN: not ld.lld -- bp - compression - sort - startup - functions 2 >& 1 | FileCheck %s -- check - prefix= BP - STARTUP - COMPRESSION - ERR
10
10
# RUN: not ld.lld -- bp - compression - sort=malformed 2 >& 1 | FileCheck %s -- check - prefix= BP - COMPRESSION - MALFORM
You can’t perform that action at this time.
0 commit comments