[all-commits] [llvm/llvm-project] 6272f8: [AArch64] Make ArchInfo copyable again
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Sat Dec 3 03:00:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6272f87ba06132a1b479068759d72178e5fe4472
https://github.com/llvm/llvm-project/commit/6272f87ba06132a1b479068759d72178e5fe4472
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-12-03 (Sat, 03 Dec 2022)
Changed paths:
M llvm/include/llvm/Support/AArch64TargetParser.h
Log Message:
-----------
[AArch64] Make ArchInfo copyable again
I don't see the point of disallowing copying an aggregate, and C++20
makes aggregate initializing a class with a deleted copy ctor
ill-formed.
More information about the All-commits
mailing list