LLVM started switching from llvm::Optional to std::optional:
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716/11
Details
Details
- Reviewers
rafauler maksfb - Group Reviewers
Restricted Project - Commits
- rG370e4761bcd5: [BOLT][NFC] Use std::optional for findAttributeInfo
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is LLVM switching from ADT's Optional<> to std::optional<>? Could you include a link to any relevant discussion?
Comment Actions
Yes, added a link to discourse thread. It looks like the migration is in full swing, with many commits over the past 2 weeks
(that overwhelm our buildbots)