[all-commits] [llvm/llvm-project] f3d646: [MC] Temporarily remove the deleted constructors, ...
Ilya Biryukov via All-commits
all-commits at lists.llvm.org
Tue Jan 24 02:40:59 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3d64644d8d75f9317421fe5b9b0f2d030a1a63f
https://github.com/llvm/llvm-project/commit/f3d64644d8d75f9317421fe5b9b0f2d030a1a63f
Author: Ilya Biryukov <ibiryukov at google.com>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M llvm/include/llvm/MC/MCInstrDesc.h
Log Message:
-----------
[MC] Temporarily remove the deleted constructors, they break C++20 build
This helps to unblock our internal integrate that now relies on C++20
configuration. I will follow up with a proposal to re-enable the deleted
constructors soon, but it is a bit involved to avoid increasing the
sizes of struct.
More information about the All-commits
mailing list