From 864787990091f61e0b2cdcc13bdcd1e3677a334f Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Tue, 27 Jun 2023 07:36:25 +0000 Subject: [PATCH] [llvm-exegesis] Fix requires flags on memory annotation tests --- llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations-livein.s | 2 +- llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations-livein.s b/llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations-livein.s index 603fcb4..29c03e4 100644 --- a/llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations-livein.s +++ b/llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations-livein.s @@ -1,4 +1,4 @@ -# REQUIRES: exegesis-can-execute-x86_64, exegesis-can-measure-latency, x86_64-linux +# REQUIRES: exegesis-can-execute-in-subprocess, x86_64-linux # Test that we can use the subprocess executor mode with memory annotations # while having live-ins still work as expected. diff --git a/llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations.s b/llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations.s index 7ba0443..8bd2c4b 100644 --- a/llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations.s +++ b/llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations.s @@ -1,4 +1,4 @@ -# REQUIRES: exegesis-can-execute-x86_64, exegesis-can-measure-latency, x86_64-linux +# REQUIRES: exegesis-can-execute-in-subprocess, x86_64-linux # Test the basic functionality of memory annotations, namely that we can # specify a memory definition, map it into the process, and then use the -- 2.7.4