summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2018-11-07 18:35:44 +0000
committerPetr Hosek <phosek@chromium.org>2018-11-07 18:35:44 +0000
commit5dc0fba2e38a63f861462e7e57a346afffc786d6 (patch)
tree888afe83ebff56a5570400a1ad675373cce8da1b /llvm/lib/CodeGen
parent3b12b7e702b2647593f234e8b06757ba19fec663 (diff)
downloadbcm5719-llvm-5dc0fba2e38a63f861462e7e57a346afffc786d6.tar.gz
bcm5719-llvm-5dc0fba2e38a63f861462e7e57a346afffc786d6.zip
[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
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud