Files
clang-p2996/llvm/utils/TableGen/SubtargetEmitter.cpp
Kai Nacke a587f42953 [TableGen] SubtargetEmitter must use std::nullopt (#69475)
Use of llvm::Optional was migrated to std::optional. This included a
change in the constructor of ArrayRef.
However, there are still 2 places in the SubtargetEmitter which uses
llvm::None, causing a compile error when emitted.
2023-10-18 13:11:23 -04:00

75 KiB