[all-commits] [llvm/llvm-project] eff6a2: Attempt to pacify buildbots after 7d80b94ca3
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Mon Sep 12 17:08:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eff6a21dfb617bf1f70d81f4ed05fea282b48f5c
https://github.com/llvm/llvm-project/commit/eff6a21dfb617bf1f70d81f4ed05fea282b48f5c
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2022-09-12 (Mon, 12 Sep 2022)
Changed paths:
M llvm/tools/llvm-remarkutil/RemarkUtil.cpp
Log Message:
-----------
Attempt to pacify buildbots after 7d80b94ca3
Some compilers (like all the ones I've tried) seem to NVRO the
Expected<std::vector<unique_ptr>> but other ones (like some of the bots) seem
to not want to.
Change the return type to Error and pass in the vector as an output parameter
to try and fix things.
More information about the All-commits
mailing list