[llvm] [Sframe] Support cfi_escape directives compatibly with gnu-gas (PR #161927)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 14 23:01:30 PDT 2025
================
@@ -0,0 +1,37 @@
+# RUN: llvm-mc --filetype=obj --gsframe -triple x86_64 %s -o %t.o 2>&1 | FileCheck %s
----------------
MaskRay wrote:
If there are no errors (llvm-mc exits with 0), consider `-diagnostics` instead of `errors`.
https://github.com/llvm/llvm-project/pull/161927
More information about the llvm-commits
mailing list