In 492de35df443d5f31480173d5f1274c7835cd3d8 / D115544 I accidentally
added ${LLVM_INCLUDE_DIR}/ to the destination path. This broke the
"LLDB Incremental" build. Putting it back the way it was should fix it.
Details
- Reviewers
mib
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
I tentatively landed this to fix the macOS bots but it kept failing as shown here:
https://green.lab.llvm.org/green/job/lldb-cmake/39267/
Unfortunately, I had to revert this as well as D115544 to fix macOS bots.
@mib thanks for cleaning up my mess :/. Hopefully I will find a way to properly reproduce this stuff sound.
Np ;) I think you should be able to grab the macOS bots cmake invocation by looking at the logs and hopefully reproduce the issue locally. :)
@mib Yeah the the build failures now seem less tricky than the configure-time one from before.
I think also starting from LLVM and working my way "outward" was a mistake, due to the complexities of the non-standalone builds. I think I might start from the outside and work my way "inward" to LLVM instead.
To start, I opened up https://reviews.llvm.org/D115566 which just does some of the quoting everything, to sanity check that and get it out of the way.