[all-commits] [llvm/llvm-project] 0fcd41: [AArch64TargetParser] reinstate assert for optional
tmatheson-arm via All-commits
all-commits at lists.llvm.org
Tue Mar 7 02:43:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fcd4177063a0e3feedc9900f68abe534e74fd3b
https://github.com/llvm/llvm-project/commit/0fcd4177063a0e3feedc9900f68abe534e74fd3b
Author: Tomas Matheson <tomas.matheson at arm.com>
Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths:
M llvm/include/llvm/TargetParser/AArch64TargetParser.h
Log Message:
-----------
[AArch64TargetParser] reinstate assert for optional
D145206 changed value() to value_or(0), removing the assert that checks
that there is a minor version. Add it back explicitly.
Differential Revision: https://reviews.llvm.org/D145371
More information about the All-commits
mailing list