[all-commits] [llvm/llvm-project] fd785f: [MC] Parse end-of-line for .cfi_* directives
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Mar 6 16:21:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd785f98aaea1d99f7018051f0d80b554e7540e4
https://github.com/llvm/llvm-project/commit/fd785f98aaea1d99f7018051f0d80b554e7540e4
Author: Fangrui Song <i at maskray.me>
Date: 2021-03-06 (Sat, 06 Mar 2021)
Changed paths:
M llvm/lib/MC/MCParser/AsmParser.cpp
M llvm/test/MC/AArch64/cfi.s
R llvm/test/MC/AsmParser/cfi-window-save.s
M llvm/test/MC/ELF/cfi-adjust-cfa-offset.s
M llvm/test/MC/ELF/cfi-def-cfa-register.s
M llvm/test/MC/ELF/cfi-escape.s
M llvm/test/MC/ELF/cfi-register.s
M llvm/test/MC/ELF/cfi-rel-offset.s
M llvm/test/MC/ELF/cfi-remember.s
M llvm/test/MC/ELF/cfi-return-column.s
M llvm/test/MC/ELF/cfi-same-value.s
M llvm/test/MC/ELF/cfi-undefined.s
M llvm/test/MC/ELF/cfi-window-save.s
M llvm/test/MC/ELF/cfi.s
Log Message:
-----------
[MC] Parse end-of-line for .cfi_* directives
Otherwise MCAsmStreamer will emit duplicate newlines.
More information about the All-commits
mailing list