[all-commits] [llvm/llvm-project] e21f90: [AArch64] Removing redundant PAuth flag
tyb0807 via All-commits
all-commits at lists.llvm.org
Mon Jan 31 13:01:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e21f90dba28c97538bfece3385e3b7616bd25730
https://github.com/llvm/llvm-project/commit/e21f90dba28c97538bfece3385e3b7616bd25730
Author: tyb0807 <sontuan.vu at arm.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64Subtarget.h
Log Message:
-----------
[AArch64] Removing redundant PAuth flag
This removes `HasPAUTH` from `AArch64SubTarget`, as it seems to be a
redundant, unused copy of `HasPAuth`.
Differential Revision: https://reviews.llvm.org/D117782
More information about the All-commits
mailing list