Skip to content

Commit 1040902

Browse files
committed
AS test
1 parent e18d4c2 commit 1040902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/tools/llc/new-pm/option-parsing.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# RUN: llc -mtriple=x86_64-unknown-linux-gnu -passes="block-placement<tail-merge>,block-placement<no-tail-merge>" -print-pipeline-passes -o /dev/null %s 2>&1 | FileCheck %s --check-prefix=CHECK
1+
# RUN: llc -mtriple=x86_64-unknown-linux-gnu -passes='block-placement<tail-merge>,block-placement<no-tail-merge>' -print-pipeline-passes -filetype=null %s 2>&1 | FileCheck %s --check-prefix=CHECK
22

3-
# RUN: not llc -mtriple=x86_64-unknown-linux-gnu -passes="block-placement<invalid-opt>" -print-pipeline-passes -o /dev/null %s 2>&1 | FileCheck %s --check-prefix=CHECK-NOT
3+
# RUN: not llc -mtriple=x86_64-unknown-linux-gnu -passes='block-placement<invalid-opt>' -print-pipeline-passes -filetype=null %s 2>&1 | FileCheck %s --check-prefix=CHECK-NOT
44

55
# CHECK: block-placement,block-placement<no-tail-merge>
66
# CHECK-NOT: invalid MachineBlockPlacementPass parameter 'invalid-opt'

0 commit comments

Comments
 (0)