[libcxx-commits] [PATCH] D82702: [libc++] Use a proper CMake target to represent libc++ headers
Brian Cain via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 19 08:25:02 PDT 2020
bcain added a comment.
I'm troubleshooting a build failure that happens when this commit lands on a downstream builder. The symptom looks similar to the one reported by @aeubanks where the includes aren't present but I've ruled out the EXPERIMENTAL_LIBRARY (explicitly set OFF in the failing build).
Can someone share a link to a reference bot that is still working well after this change? Maybe I have the wrong recipe.
I was hoping that I could use the premerge check associated with this review as a reference builder but that one seems to fail as well (but a different symptom: attempt to explicitly link to "cxxabi_shared" fails -- old cmake? or related?)
https://buildkite.com/llvm-project/premerge-checks/builds/3740#35262bb7-c20c-4117-9f03-1811a95be68b
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82702/new/
https://reviews.llvm.org/D82702
More information about the libcxx-commits
mailing list