[PATCH] D141893: [MC] Allow new .cfi_startproc in new section

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 22:33:57 PST 2023


abrachet created this revision.
abrachet added reviewers: MaskRay, fmayer.
Herald added subscribers: hiraditya, emaste.
Herald added a project: All.
abrachet requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This follows the behavior of gnu assemblers. This is useful when
writing inline assembly.


https://reviews.llvm.org/D141893

Files:
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/MC/MCStreamer.cpp
  llvm/test/MC/ELF/cfi-startproc-pushsection.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141893.489703.patch
Type: text/x-patch
Size: 2952 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230117/6473dad3/attachment.bin>


More information about the llvm-commits mailing list