[llvm] [Utils][update_mc_test_checks] Support updating round-trip tests. (PR #164425)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 24 01:28:00 PDT 2025


================
@@ -24,12 +24,24 @@
 OUTPUT_SKIPPED_RE = re.compile(r"(.text)")
 COMMENT = {"asm": "//", "dasm": "#"}
 
+SUBSTITUTIONS = {
+    "%extract-encodings": "sed -n 's/.*encoding://p'",
----------------
rampitec wrote:

I kind of see it, does it work outside of linux env?

https://github.com/llvm/llvm-project/pull/164425


More information about the llvm-commits mailing list