[all-commits] [llvm/llvm-project] 3aa7a2: [NFCI][lldb][test] Avoid unnecessary GNU extension...

Raul Tambre via All-commits all-commits at lists.llvm.org
Thu Nov 6 23:24:16 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3aa7a2426357a523d2ee12bd2b2406e45d058eac
      https://github.com/llvm/llvm-project/commit/3aa7a2426357a523d2ee12bd2b2406e45d058eac
  Author: Raul Tambre <raul at tambre.ee>
  Date:   2025-11-07 (Fri, 07 Nov 2025)

  Changed paths:
    M lldb/test/Shell/Unwind/Inputs/call-asm.c

  Log Message:
  -----------
  [NFCI][lldb][test] Avoid unnecessary GNU extension for assembly call (#166769)

`asm()` on function declarations is used for specifying the mangling. But it's a GNU extension and
very much unnecessary here since the name matches.

Fixes compiling if the compiler defaults to non-extensions mode.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list