[MC] Parse end-of-line for .cfi_* directives
authorFangrui Song <i@maskray.me>
Sun, 7 Mar 2021 00:20:55 +0000 (16:20 -0800)
committerFangrui Song <i@maskray.me>
Sun, 7 Mar 2021 00:20:55 +0000 (16:20 -0800)
commitfd785f98aaea1d99f7018051f0d80b554e7540e4
treeb127c43c491e4d0f83d5a97aa85eb3ff2c818ae6
parentdd9a6411846b06e424a59c0b12cfacf4e4e17532
[MC] Parse end-of-line for .cfi_* directives

Otherwise MCAsmStreamer will emit duplicate newlines.
14 files changed:
llvm/lib/MC/MCParser/AsmParser.cpp
llvm/test/MC/AArch64/cfi.s
llvm/test/MC/AsmParser/cfi-window-save.s [deleted file]
llvm/test/MC/ELF/cfi-adjust-cfa-offset.s
llvm/test/MC/ELF/cfi-def-cfa-register.s
llvm/test/MC/ELF/cfi-escape.s
llvm/test/MC/ELF/cfi-register.s
llvm/test/MC/ELF/cfi-rel-offset.s
llvm/test/MC/ELF/cfi-remember.s
llvm/test/MC/ELF/cfi-return-column.s
llvm/test/MC/ELF/cfi-same-value.s
llvm/test/MC/ELF/cfi-undefined.s
llvm/test/MC/ELF/cfi-window-save.s
llvm/test/MC/ELF/cfi.s