[PATCH] D54198: [CMake][ASan][HWASan] Set an explicit dependency on libc++ headers

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 23:50:08 PST 2018


phosek added a comment.

Here's an example of one such failure: https://logs.chromium.org/logs/fuchsia/buildbucket/cr-buildbucket.appspot.com/8931024528216969696/+/steps/clang/0/steps/build/0/stdout

This is not a particularly pretty solution, but we already use it for XRay and Fuzzer. I'll try to think of a better way to handle this, but in the meantime this should avoid the build failures we've been seeing increasingly more often, especially on macOS.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D54198





More information about the llvm-commits mailing list