[clang] [SFrame][Retry] Add assembler option --gsframe (PR #165806)

Tarun Prabhu via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 3 07:43:23 PST 2025


================
@@ -0,0 +1,8 @@
+// REQUIRES: x86-registered-target
+// RUN: %clang -cc1as -triple x86_64 %s -filetype obj --gsframe -o %t.o
+// RUN: llvm-readelf -S %t.o | FileCheck %s
----------------
tarunprabhu wrote:

Instead of two separate `RUN` directives, can the output of `clang` be piped into `llvm-readelf`?

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


More information about the cfe-commits mailing list