[all-commits] [llvm/llvm-project] 5d2763: [libunwind][AArch64] Unbreak building with GNU ass...
Xi Ruoyao via All-commits
all-commits at lists.llvm.org
Fri Mar 17 01:28:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d276380b0b45c3f02ef3c8614c3be95ce1bcb1e
https://github.com/llvm/llvm-project/commit/5d276380b0b45c3f02ef3c8614c3be95ce1bcb1e
Author: Xi Ruoyao <xry111 at xry111.site>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M libunwind/src/DwarfInstructions.hpp
Log Message:
-----------
[libunwind][AArch64] Unbreak building with GNU assembler
GNU assembler mandates armv8.5-a for memtag instructions. Maybe
we should remove this restriction in GNU assembler, but let's work
around it for current GNU Binutils releases.
Differential Revision: https://reviews.llvm.org/D146109
More information about the All-commits
mailing list