[all-commits] [llvm/llvm-project] 1028b1: [BOLT] Fix a build error
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Dec 1 15:48:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1028b165ee9a29f481ba6e990f925e0473d5c4d0
https://github.com/llvm/llvm-project/commit/1028b165ee9a29f481ba6e990f925e0473d5c4d0
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M bolt/lib/Profile/DataAggregator.cpp
Log Message:
-----------
[BOLT] Fix a build error
This patch fixes:
bolt/lib/Profile/DataAggregator.cpp:264:66: error: no viable
conversion from 'Optional<llvm::StringRef>[3]' to
'ArrayRef<std::optional<StringRef>>'
More information about the All-commits
mailing list