[all-commits] [llvm/llvm-project] 2fd343: [MC][AsmParser] Diagnose improperly nested .cfi fr...

Jon Roelofs via All-commits all-commits at lists.llvm.org
Fri Nov 17 10:38:00 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2fd343e56c9fe3cdb1f9afe0fc9e1ec6d52d2f44
      https://github.com/llvm/llvm-project/commit/2fd343e56c9fe3cdb1f9afe0fc9e1ec6d52d2f44
  Author: Jon Roelofs <jonathan_roelofs at apple.com>
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
    M lld/test/COFF/gc-dwarf-eh.s
    M llvm/lib/MC/MCParser/AsmParser.cpp
    A llvm/test/MC/AArch64/cfi-bad-nesting.s

  Log Message:
  -----------
  [MC][AsmParser] Diagnose improperly nested .cfi frames

This showed up when simplifying some large testcase, where the cfi directives
became out of sync with the proc's they enclose.

rdar://111459507

Differential revision: https://reviews.llvm.org/D155245

This reverts commit 4172fcc1ebbe0a7b699bfcbdaae9d5f688b62b09.




More information about the All-commits mailing list