Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLVM] Use std::nullopt instead of llvm::None (apache#13617)
Pass `std::nullopt` to initialization of `PassBuilder` for `PGOOptions`. LLVM is moving away from its own `Optional` type to `std::optional`.
- Loading branch information