When built as part of LLVM, CMAKE is generating incorrect locations references for the first build step's artifacts being used in regenerating the Windows import library in the second step. The fix is to feed a dummy non-buildable, rather than buildable, source to CMAKE to satisfy its source requirement in the second step removing the need to reference the first step's artifacts.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks! This is indeed the neatest solution so far!
openmp/runtime/src/CMakeLists.txt | ||
---|---|---|
304 | Can't we get rid of the omp dependency here at this point too, since there's no technical need to build it after the main library has been built? |
Can't we get rid of the omp dependency here at this point too, since there's no technical need to build it after the main library has been built?