[all-commits] [llvm/llvm-project] a3bf87: [llvm-mc] --no-exec-stack: replace initSection wit...

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Dec 18 23:36:37 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a3bf87357da3bae1a35c7a855988287b1fc7ca2f
      https://github.com/llvm/llvm-project/commit/a3bf87357da3bae1a35c7a855988287b1fc7ca2f
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-12-18 (Wed, 18 Dec 2024)

  Changed paths:
    M llvm/test/MC/ELF/noexec.s
    M llvm/tools/llvm-mc/llvm-mc.cpp

  Log Message:
  -----------
  [llvm-mc] --no-exec-stack: replace initSection with switchSection. NFC

AsmParser will call initSection unless -n is specified.
It is not good to call initSection twice.



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