"...Regression/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1813aabcf2c3e53e1b75f399c1f0f56387666314"
[CMake][ASan][HWASan] Set an explicit dependency on libc++ headers
We have seen failing builds due to a race condition between RTAsan_dynamic and libc++ headers builds, specifically libc++ headers depend on __config and if this header hasn't been copied into the final location, including other headers will typically result in failure. To avoid this race, we add an explicit dependency on libc++ headers which ensures that they've been copied into place before the sanitizer object library build starts. Differential Revision: https://reviews.llvm.org/D54198 llvm-svn: 346339
Loading
Please register or sign in to comment