Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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" | ^~~~~~~~~~
Comment Actions
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.