Skip to content

Commit af8f83c

Browse files
boomanaiden154Chenyang-L
authored andcommitted
[llvm-exegesis] Fix requires flags on memory annotation tests
1 parent bb01210 commit af8f83c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations-livein.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: exegesis-can-execute-x86_64, exegesis-can-measure-latency, x86_64-linux
1+
# REQUIRES: exegesis-can-execute-in-subprocess, x86_64-linux
22

33
# Test that we can use the subprocess executor mode with memory annotations
44
# while having live-ins still work as expected.

llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: exegesis-can-execute-x86_64, exegesis-can-measure-latency, x86_64-linux
1+
# REQUIRES: exegesis-can-execute-in-subprocess, x86_64-linux
22

33
# Test the basic functionality of memory annotations, namely that we can
44
# specify a memory definition, map it into the process, and then use the

0 commit comments

Comments
 (0)