The path to headers which are installed into libc++ build directory
has changed in r337727 which broke the libFuzzer build.
Details
Diff Detail
- Repository
- rCRT Compiler Runtime
Event Timeline
No problem. However, while this appears to be fixing the problem on Linux, I'm also seeing another build error on macOS, see https://logs.chromium.org/v/?s=fuchsia%2Fbuildbucket%2Fcr-buildbucket.appspot.com%2F8940172878105791200%2F%2B%2Fsteps%2Fclang%2F0%2Fsteps%2Fbuild%2F0%2Fstdout, which I don't quite understand yet because that one is failing in both libFuzzer and XRay.
I don't have any idea on that failure either. I can try a Mac build on my local mac and see what's wrong, but meanwhile do you think it'd be better to revert rL337727 for now? I'm not sure why the failure rL337727 fixed does not show up on the LLVM buildbots though (it showed up on our local builds).
I'm doing a local build on my macOS machine, let's wait if I can figure out what the problem is.