[all-commits] [llvm/llvm-project] 3000c1: [Compiler-rt][AArch64] Workaround for .cfi_startpr...
Raul Tambre via All-commits
all-commits at lists.llvm.org
Mon Dec 14 22:15:02 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3000c19df64f89ff319590f3a6e4d6b93d20983d
https://github.com/llvm/llvm-project/commit/3000c19df64f89ff319590f3a6e4d6b93d20983d
Author: Raul Tambre <raul at tambre.ee>
Date: 2020-12-15 (Tue, 15 Dec 2020)
Changed paths:
M compiler-rt/lib/builtins/aarch64/lse.S
M compiler-rt/lib/builtins/assembly.h
Log Message:
-----------
[Compiler-rt][AArch64] Workaround for .cfi_startproc assembler parser bug.
Put .cfi_startproc on a new line to avoid hitting the assembly parser bug in MasmParser::parseDirectiveCFIStartProc().
Reviewed By: tambre
Differential Revision: https://reviews.llvm.org/D93236
More information about the All-commits
mailing list