[all-commits] [llvm/llvm-project] 6d9b07: [MC] Allow .pushsection between .cfi_startproc/.cf...
Alex Brachet via All-commits
all-commits at lists.llvm.org
Mon Jan 30 11:28:15 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d9b0759c24e93c2ef1f10ca59c7317c7b440468
https://github.com/llvm/llvm-project/commit/6d9b0759c24e93c2ef1f10ca59c7317c7b440468
Author: Alex Brachet <abrachet at google.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M llvm/include/llvm/MC/MCStreamer.h
M llvm/lib/MC/MCStreamer.cpp
A llvm/test/MC/ELF/cfi-startproc-pushsection.s
Log Message:
-----------
[MC] Allow .pushsection between .cfi_startproc/.cfi_endproc
This follows the behavior of gnu assemblers. This is useful when
writing inline assembly.
Differential Revision: https://reviews.llvm.org/D141893
More information about the All-commits
mailing list