[llvm] [Sframe] Support cfi_escape directives compatibly with gnu-gas (PR #161927)

via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 9 12:35:49 PDT 2025


================
@@ -0,0 +1,46 @@
+# RUN: llvm-mc --filetype=obj --gsframe -triple x86_64 %s -o %t.o
+# RUN: llvm-readelf --sframe %t.o | FileCheck %s
+
+# Tests that .cfi_escape sequences that are are ok to pass through work.
----------------
weiguozhi wrote:

redundant `are`

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


More information about the llvm-commits mailing list