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 33# RUN: rm - rf %t && split - file %s %t && cd %t
44
55## 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
88# RUN: not ld.lld -- bp - startup - sort=function 2 >& 1 | FileCheck %s -- check - prefix= BP - STARTUP - ERR
99# RUN: not ld.lld -- bp - compression - sort - startup - functions 2 >& 1 | FileCheck %s -- check - prefix= BP - STARTUP - COMPRESSION - ERR
1010# 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