[llvm-branch-commits] [llvm] [MC] Rewrite stdin.s to use python (PR #157232)

Petr Hosek via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Sep 8 10:40:55 PDT 2025


================
@@ -0,0 +1,25 @@
+# RUN: echo "// comment" > %t.input
+# RUN: which llvm-mc | %python %s %t
----------------
petrhosek wrote:

I'd make this even more explicit:
```suggestion
# RUN: which llvm-mc | %python %s %t.input %t
```

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


More information about the llvm-branch-commits mailing list