Skip to content

Commit 59731f5

Browse files
committed
[llvm][llc][test] Fix REQUIRES in regalloc pipeline test
Two problems here: * Missing ":" after REQUIRES, so it was never checked for and ran anyway. * The target name is "x86" not "x86_64".
1 parent b7059eb commit 59731f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llc/new-pm/x86_64-regalloc-pipeline.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES x86_64-registered-target
1+
# REQUIRES: x86-registered-target
22
# RUN: llc -mtriple=x86_64-unknown-linux-gnu -enable-new-pm -O3 -regalloc-npm=fast -print-pipeline-passes %s -o - 2>&1 | FileCheck %s
33
# RUN: llc -mtriple=x86_64-unknown-linux-gnu -enable-new-pm -O3 -regalloc-npm=greedy -print-pipeline-passes %s -o - 2>&1 | FileCheck %s --check-prefix=CHECK-GREEDY
44

0 commit comments

Comments
 (0)