[llvm] 8647879 - [llvm-exegesis] Fix requires flags on memory annotation tests

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 00:36:59 PDT 2023


Author: Aiden Grossman
Date: 2023-06-27T07:36:51Z
New Revision: 864787990091f61e0b2cdcc13bdcd1e3677a334f

URL: https://github.com/llvm/llvm-project/commit/864787990091f61e0b2cdcc13bdcd1e3677a334f
DIFF: https://github.com/llvm/llvm-project/commit/864787990091f61e0b2cdcc13bdcd1e3677a334f.diff

LOG: [llvm-exegesis] Fix requires flags on memory annotation tests

Added: 
    

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

Removed: 
    


################################################################################
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 603fcb445e949..29c03e42f6a70 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 7ba0443c0e803..8bd2c4b469032 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


        


More information about the llvm-commits mailing list