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

Jon Roelofs via All-commits all-commits at lists.llvm.org
Fri Nov 17 09:45:55 PST 2023


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

  Changed paths:
    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




More information about the All-commits mailing list