[PATCH] D137217: [LTO][COFF] Use bitcode file names in lto native object file names.
Mike Hommey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 16:35:46 PST 2022
glandium added a comment.
Almost there, but not quite:
[task 2022-11-22T23:55:36.341Z] /builds/worker/fetches/llvm-project/llvm/tools/gold/gold-plugin.cpp:1106:6: error: no matching function for call to object of type '(lambda at /builds/worker/fetches/llvm-project/llvm/tools/gold/gold-plugin.cpp:1095:7)'
[task 2022-11-22T23:55:36.341Z] *AddStream(Task)->OS << MB->getBuffer();
[task 2022-11-22T23:55:36.341Z] ^~~~~~~~~
[task 2022-11-22T23:55:36.341Z] /builds/worker/fetches/llvm-project/llvm/tools/gold/gold-plugin.cpp:1095:7: note: candidate function not viable: requires 2 arguments, but 1 was provided
[task 2022-11-22T23:55:36.341Z] [&](size_t Task,
[task 2022-11-22T23:55:36.341Z] ^
[task 2022-11-22T23:55:36.341Z] 1 error generated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137217/new/
https://reviews.llvm.org/D137217
More information about the llvm-commits
mailing list