[all-commits] [llvm/llvm-project] 5b9164: Allow .alt_entry symbols to pass the .cfi nesting ...
Jon Roelofs via All-commits
all-commits at lists.llvm.org
Wed Feb 28 13:03:47 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b91647e3f82c9747c42c3239b7d7f3ade4542a7
https://github.com/llvm/llvm-project/commit/5b91647e3f82c9747c42c3239b7d7f3ade4542a7
Author: Jon Roelofs <jonathan_roelofs at apple.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M llvm/lib/MC/MCParser/AsmParser.cpp
M llvm/test/MC/AArch64/cfi-bad-nesting-darwin.s
Log Message:
-----------
Allow .alt_entry symbols to pass the .cfi nesting check (#82268)
A symbol with an `N_ALT_ENTRY` attribute may be defined in the middle of
a subsection, so it is reasonable to opt them out of the
`.cfi_{start,end}proc` nesting check.
Fixes: https://github.com/llvm/llvm-project/issues/82261
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