[all-commits] [llvm/llvm-project] 99ff3d: [MCParser] Remove some section directive not suppo...

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Mar 1 21:04:44 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 99ff3d0bcb2781f6bb7fe78e7d970d072f2f901f
      https://github.com/llvm/llvm-project/commit/99ff3d0bcb2781f6bb7fe78e7d970d072f2f901f
  Author: Fangrui Song <i at maskray.me>
  Date:   2025-03-01 (Sat, 01 Mar 2025)

  Changed paths:
    M llvm/lib/MC/MCParser/ELFAsmParser.cpp
    M llvm/test/MC/ELF/elf_directive_section.s

  Log Message:
  -----------
  [MCParser] Remove some section directive not supported by gas

and not emitted by AsmPrinter.

The intention was to remove `.eh_frame`, which had the wrong
section flags. Let's also remove .data.rel and .data.rel.ro
but keep other extensions like .rodata



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