[llvm] [SFrames] Emit and relax FREs (PR #158154)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 17 22:15:30 PDT 2025


================
@@ -0,0 +1,87 @@
+// TODO: Add other architectures as they gain sframe support
+// REQUIRES: x86-registered-target
----------------
MaskRay wrote:

MC/ELF/lit.local.cfg tests X86. `// REQUIRES: x86-registered-target` is not needed

Delete this TODO. Support for other architectures generally go to test/MC/$arch/

In newer tests, `# ` is more popular as RUN/CHECK prefixes and `## ` is for regular comments.

`llvm-mc` doesn't need `--assemble`

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


More information about the llvm-commits mailing list