[llvm] 41ba29d - [llvm-exegesis] Remove extraneous print debug statement

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 23:28:30 PDT 2023


Author: Aiden Grossman
Date: 2023-06-27T06:09:01Z
New Revision: 41ba29d34aedfdacc4de8655c6582dd4338f65be

URL: https://github.com/llvm/llvm-project/commit/41ba29d34aedfdacc4de8655c6582dd4338f65be
DIFF: https://github.com/llvm/llvm-project/commit/41ba29d34aedfdacc4de8655c6582dd4338f65be.diff

LOG: [llvm-exegesis] Remove extraneous print debug statement

This was leftover when I was working on the lit config while recomitting
a patch and never should've made it in tree.

Added: 
    

Modified: 
    llvm/test/tools/llvm-exegesis/lit.local.cfg

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-exegesis/lit.local.cfg b/llvm/test/tools/llvm-exegesis/lit.local.cfg
index 7f9db7978a87f..78c7d785d240c 100644
--- a/llvm/test/tools/llvm-exegesis/lit.local.cfg
+++ b/llvm/test/tools/llvm-exegesis/lit.local.cfg
@@ -78,5 +78,4 @@ if can_execute_generated_snippets("x86_64"):
         config.available_features.add("exegesis-can-measure-latency-lbr")
 
 if can_execute_in_subprocess():
-    print("Passed thing")
     config.available_features.add("exegesis-can-execute-in-subprocess")


        


More information about the llvm-commits mailing list