[PATCH] D157670: [llvm-{debuginfod, ml, objdump, symbolizer}, dsymutil] Enable multicall driver
Andres Villegas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 09:27:03 PDT 2023
avillega added a comment.
In D157670#4594625 <https://reviews.llvm.org/D157670#4594625>, @phosek wrote:
> This change broke the multicall driver build:
>
> /b/s/w/ir/x/w/llvm-llvm-project/llvm/tools/llvm-ml/llvm-ml.cpp:58:10: fatal error: 'Opts.inc' file not found
> 58 | #include "Opts.inc"
> | ^~~~~~~~~~
Sorry for the breakage. Seems like the Opts.inc file was generated in a previous build on my machine and cached and that's why it didn't reproduce. Doing a clean build showed the problem immediately.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157670/new/
https://reviews.llvm.org/D157670
More information about the llvm-commits
mailing list