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

via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 3 09:23:36 PST 2025


================
@@ -2626,6 +2626,14 @@ static void CollectArgsForIntegratedAssembler(Compilation &C,
                                   llvm::codegenoptions::DebugInfoConstructor,
                                   DwarfVersion, llvm::DebuggerKind::Default);
         }
+      } else if (Value == "--gsframe") {
+        if (Triple.isOSBinFormatELF() && Triple.isX86()) {
----------------
Sterling-Augustine wrote:

Aarch64 is incomplete in the backend, but on its way.

Cleaned up the comment and removed that clause on 5970.

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


More information about the cfe-commits mailing list