[llvm] Allow .alt_entry symbols to pass the .cfi nesting check (PR #82268)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 24 14:29:21 PST 2024


================
@@ -8,6 +8,8 @@
 	.p2align	2
 _locomotive:
 	.cfi_startproc
+	.alt_entry _engineer
----------------
MaskRay wrote:

Add a comment that a `N_ALT_ENTRY` symbol can be in the middle of a subsection?

https://github.com/llvm/llvm-project/pull/82268


More information about the llvm-commits mailing list